Add data validation and a world setting for enabling the Global API
This commit is contained in:
parent
c3d632274a
commit
354b22da57
7 changed files with 180 additions and 56 deletions
|
|
@ -5,6 +5,16 @@
|
|||
"Subtable": "Subtable",
|
||||
"Users": "Users",
|
||||
"DataVisibility": "Data Visibility"
|
||||
},
|
||||
"settings": {
|
||||
"autoTrackRolls": {
|
||||
"name": "Roll Auto-Tracking",
|
||||
"hint": "Whether or not the module should automatically add rolls made in the chat to the database. This is useful if the system you're using has implemented an integration with the module, or if you only want macros to handle the database additions."
|
||||
},
|
||||
"globalAPI": {
|
||||
"name": "Global API",
|
||||
"hint": "Whether or not the module provides a global interface for interacting with the module's backend. This is convenient for macros and using the dev console."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue