Add the very first dev-oriented setting and a DevSettingsConfig to manage it
This commit is contained in:
parent
28d0105397
commit
5573a5b674
6 changed files with 120 additions and 1 deletions
|
|
@ -1,6 +1,10 @@
|
|||
{
|
||||
"OFT": {
|
||||
"setting": {
|
||||
"autoUnpauseOnLoad": {
|
||||
"name": "Auto Unpause On Load",
|
||||
"hint": "(v13+, GM-Only) Automatically unpauses the game when you load into the world. This will happen EVERY time you load into the world, including if you reload the website."
|
||||
},
|
||||
"chatSidebarBackground": {
|
||||
"name": "Chat Background",
|
||||
"hint": "(v13+) Adds a background to the chat tab of the right-hand sidebar."
|
||||
|
|
@ -32,6 +36,16 @@
|
|||
"blank": "No Custom Default Tab"
|
||||
}
|
||||
}
|
||||
},
|
||||
"menu": {
|
||||
"devSettings": {
|
||||
"name": "Developer Settings",
|
||||
"hint": "Tweaks that are relevant if you are developing something within Foundry, but are rarely useful outside of that context.",
|
||||
"label": "Configure Dev Settings"
|
||||
}
|
||||
},
|
||||
"apps": {
|
||||
"no-settings-to-display": "No settings to display"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue