add helper text for extension to persistFilePath

This commit is contained in:
Stephen Birarda 2016-02-02 15:17:45 -08:00
parent 9633e40c6e
commit ff239a7c6a

View file

@ -385,7 +385,7 @@
{
"name": "persistFilePath",
"label": "Entities File Path",
"help": "The path to the file entities are stored in. If path is relative it will be relative to the application data directory.",
"help": "The path to the file entities are stored in. If this path is relative it will be relative to the application data directory. The entities file extension should be .json.gz.",
"placeholder": "models.json.gz",
"default": "models.json.gz",
"advanced": true