mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-06 01:35:04 +02:00
* Distinct "menus" vs "prompts" for theme.json so conflicting names can occur
* Add support for theming prompts
This commit is contained in:
parent
34bf823f1f
commit
4e2c21059a
4 changed files with 23 additions and 11 deletions
|
@ -14,7 +14,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"byName" : {
|
||||
"menus" : {
|
||||
"matrix" : {
|
||||
"VM1" : {
|
||||
"itemSpacing" : 1
|
||||
|
@ -31,6 +31,12 @@
|
|||
"ET8" : { "width" : 21 },
|
||||
"ET9" : { "width" : 21 },
|
||||
"ET10" : { "width" : 21 }
|
||||
}
|
||||
},
|
||||
"prompts" : {
|
||||
"userCredentials" : {
|
||||
"ET1" : { "width" : 21 },
|
||||
"ET2" : { "width" : 21 }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue