Add a user setting to determine if the sidebar tab should be added
This commit is contained in:
parent
12ac7edbc5
commit
9b3751b281
3 changed files with 33 additions and 13 deletions
|
|
@ -14,6 +14,10 @@
|
|||
"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."
|
||||
},
|
||||
"statsSidebarTab": {
|
||||
"name": "Stats Sidebar Tab",
|
||||
"hint": "Adds a custom sidebar tab to view and control the module with ease. With the sidebar tab disabled the only way to control the module is via the public API."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue