26 lines
533 B
JSON
26 lines
533 B
JSON
{
|
|
"models_dir": "${HOME}$/py/sage/models",
|
|
"output_dir": "${HOME}$/py/sage/wwwroot/_a/organization",
|
|
"dbname": "sage",
|
|
"tblname": "organization",
|
|
"params": {
|
|
"browserfields": {
|
|
"exclouded": ["id"],
|
|
"cwidth": {}
|
|
},
|
|
"editexclouded": [
|
|
"id"
|
|
],
|
|
"record_toolbar": null,
|
|
"content_view": {
|
|
"widgettype":"urlwidget",
|
|
"options":{
|
|
"params":{
|
|
"orgid":"${id}"
|
|
},
|
|
"url":"{{entire_url('../orgtypes')}}"
|
|
}
|
|
}
|
|
}
|
|
}
|