mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 06:52:04 -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",
|
"allowMainWorld": "bool",
|
||||||
"forceScopeAccess": "bool",
|
"forceScopeAccess": "bool",
|
||||||
"enableRemoteSubframes": "bool",
|
"enableRemoteSubframes": "bool",
|
||||||
|
"disableTheming": "bool",
|
||||||
"memorysaver": "bool",
|
"memorysaver": "bool",
|
||||||
"addons": "array[str]",
|
"addons": "array[str]",
|
||||||
"debug": "bool"
|
"debug": "bool"
|
||||||
|
|
|
||||||
|
|
@ -96,7 +96,8 @@
|
||||||
{ "property": "allowMainWorld", "type": "bool" },
|
{ "property": "allowMainWorld", "type": "bool" },
|
||||||
{ "property": "forceScopeAccess", "type": "bool" },
|
{ "property": "forceScopeAccess", "type": "bool" },
|
||||||
{ "property": "enableRemoteSubframes", "type": "bool" },
|
{ "property": "enableRemoteSubframes", "type": "bool" },
|
||||||
|
{ "property": "disableTheming", "type": "bool" },
|
||||||
{ "property": "memorysaver", "type": "bool" },
|
{ "property": "memorysaver", "type": "bool" },
|
||||||
{ "property": "addons", "type": "array" },
|
{ "property": "addons", "type": "array" },
|
||||||
{ "property": "debug", "type": "bool" }
|
{ "property": "debug", "type": "bool" }
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue