mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-15 21:18:06 +02:00
add helper text for extension to persistFilePath
This commit is contained in:
parent
9633e40c6e
commit
ff239a7c6a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue