add an option for assets path

This commit is contained in:
Stephen Birarda 2016-02-11 15:19:57 -08:00
parent 0f4467c582
commit f455e404e3

View file

@ -168,7 +168,7 @@
},
{
"name": "asset_server",
"label": "Asset Server",
"label": "Asset Server (ATP)",
"assignment-types": [3],
"settings": [
{
@ -178,6 +178,15 @@
"help": "Assigns an asset-server in your domain to serve files to clients via the ATP protocol (over UDP)",
"default": true,
"advanced": true
},
{
"name": "assets_path",
"type": "string",
"label": "Assets Path",
"help": "The path to the directory assets are stored in.<br/>If this path is relative, it will be relative to the application data directory. If you change this path you will need to manually copy any existing assets from the previous directory.",
"placeholder": "assets",
"default": "assets",
"advanced": true
}
]
},