User Config Folder Commands
Config commands can be accessed by right clicking on the User COnfigs folder in the extension tree.
Commands
Bulk Load Configs#
Available on the User Configs folder right click menu
Creates or creates new versions of configs based on selections from disk. Requires selecting a config info file with the properties of the configs. Local config files must be named by either the script _name or the script _userType.
Example config info file
[ { "_name": "Visitor", "_shortName": "visitor", "_description": "Read only visitor config", "_userType": "my_app_config" },
{ "_name": "Admin", "_shortName": "admin", "_description": "Full access admin config", "_userType": "my_app_config" }]Create New Config#
Creates a new config when you provide a name, shortName, description, and _userType