sage/json/xterm.json
2025-07-16 14:28:41 +08:00

20 lines
439 B
JSON

{
"models_dir": "${HOME}$/py/sage/models",
"output_dir": "${HOME}$/py/sage/wwwroot/_a/xterm",
"dbname": "sage",
"tblname": "xterm",
"params": {
"logined_userid":"ownerid",
"browserfields": {
"exclouded": ["id", "ownerid"],
"cwidth": {}
},
"editexclouded": [
"id",
"ownerid"
],
"record_toolbar": null,
"content_view": null
}
}