mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 03:32:06 -08:00
Add the disableTheming property to config map #179
This commit is contained in:
parent
9f6d55f39b
commit
2a250720a6
2 changed files with 3 additions and 1 deletions
|
|
@ -294,6 +294,7 @@
|
|||
"allowMainWorld": "bool",
|
||||
"forceScopeAccess": "bool",
|
||||
"enableRemoteSubframes": "bool",
|
||||
"disableTheming": "bool",
|
||||
"memorysaver": "bool",
|
||||
"addons": "array[str]",
|
||||
"debug": "bool"
|
||||
|
|
|
|||
|
|
@ -96,7 +96,8 @@
|
|||
{ "property": "allowMainWorld", "type": "bool" },
|
||||
{ "property": "forceScopeAccess", "type": "bool" },
|
||||
{ "property": "enableRemoteSubframes", "type": "bool" },
|
||||
{ "property": "disableTheming", "type": "bool" },
|
||||
{ "property": "memorysaver", "type": "bool" },
|
||||
{ "property": "addons", "type": "array" },
|
||||
{ "property": "debug", "type": "bool" }
|
||||
]
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue