mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-13 04:59:29 +02:00
* Very minor JSON to HJSON testing
This commit is contained in:
parent
481c3171f4
commit
6848df49d1
1 changed files with 15 additions and 13 deletions
|
@ -414,20 +414,22 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"messageAreaViewPost" : {
|
|
||||||
"module" : "msg_area_view_fse",
|
messageAreaViewPost: {
|
||||||
"fallback" : "messageArea", // :TODO: remove once default fallback is in place
|
module: msg_area_view_fse
|
||||||
"config" : {
|
// :TODO: remove once default fallback is in place
|
||||||
"art" : {
|
fallback: messageArea
|
||||||
"header" : "MSGVHDR",
|
config: {
|
||||||
"body" : "demo_fse_netmail_body.ans",
|
art: {
|
||||||
"footerEdit" : "demo_fse_netmail_footer_edit.ans",
|
header: MSGVHDR
|
||||||
"footerEditMenu" : "demo_fse_netmail_footer_edit_menu.ans",
|
body: demo_fse_netmail_body.ans
|
||||||
"footerView" : "MSGVFTR",
|
footerEdit: demo_fse_netmail_footer_edit.ans
|
||||||
"help" : "demo_fse_netmail_help.ans"
|
footerEditMenu: demo_fse_netmail_footer_edit_menu.ans
|
||||||
|
footerView: MSGVFTR
|
||||||
|
help: demo_fse_netmail_help.ans
|
||||||
},
|
},
|
||||||
"editorMode" : "view",
|
editorMode: view
|
||||||
"editorType" : "area"
|
editorType: area
|
||||||
},
|
},
|
||||||
"form" : {
|
"form" : {
|
||||||
"0" : {
|
"0" : {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue