tweaks to descriptions

This commit is contained in:
ZappoMan 2015-01-13 16:13:18 -08:00
parent 0e19e1f8a5
commit 6eb35bf98c

View file

@ -305,23 +305,25 @@
"settings": [ "settings": [
{ {
"name": "persistFilename", "name": "persistFilename",
"label": "Persistant Filename", "label": "Entities Filename",
"help": "the filename for your entities", "help": "the path to the file entities are stored in. Make sure the path exists.",
"placeholder": "resources/models.svo", "placeholder": "resources/models.svo",
"default": "resources/models.svo" "default": "resources/models.svo",
"advanced": true
}, },
{ {
"name": "persistInterval", "name": "persistInterval",
"label": "Persist Interval", "label": "Save Check Interval",
"help": "Interval between persist checks in msecs.", "help": "Milliseconds between checks for saving the current state of entities.",
"placeholder": "30000", "placeholder": "30000",
"default": "30000" "default": "30000",
"advanced": true
}, },
{ {
"name": "backups", "name": "backups",
"type": "table", "type": "table",
"label": "Backup Rules", "label": "Backup Rules",
"help": "In this table you can define a set of rules for how frequently to backup copies of your content file.", "help": "In this table you can define a set of rules for how frequently to backup copies of your entites content file.",
"numbered": false, "numbered": false,
"default": [ "default": [
{"Name":"Half Hourly Rolling","backupInterval":1800,"format":".backup.halfhourly.%N","maxBackupVersions":5}, {"Name":"Half Hourly Rolling","backupInterval":1800,"format":".backup.halfhourly.%N","maxBackupVersions":5},
@ -347,7 +349,7 @@
}, },
{ {
"name": "backupInterval", "name": "backupInterval",
"label": "Backup Interval", "label": "Backup Interval in Seconds",
"help": "Interval between backup checks in seconds.", "help": "Interval between backup checks in seconds.",
"placeholder": 1800, "placeholder": 1800,
"default": 1800, "default": 1800,
@ -367,27 +369,31 @@
"name": "NoPersist", "name": "NoPersist",
"type": "checkbox", "type": "checkbox",
"help": "Don't persist your entities to a file.", "help": "Don't persist your entities to a file.",
"default": false "default": false,
"advanced": true
}, },
{ {
"name": "NoBackup", "name": "NoBackup",
"type": "checkbox", "type": "checkbox",
"help": "Don't regularly backup your persisted entities to a backup file.", "help": "Don't regularly backup your persisted entities to a backup file.",
"default": false "default": false,
"advanced": true
}, },
{ {
"name": "statusHost", "name": "statusHost",
"label": "Status Hostname", "label": "Status Hostname",
"help": "host name or IP address of the server for accessing the status page", "help": "host name or IP address of the server for accessing the status page",
"placeholder": "", "placeholder": "",
"default": "" "default": "",
"advanced": true
}, },
{ {
"name": "statusPort", "name": "statusPort",
"label": "Status Port", "label": "Status Port",
"help": "port of the server for accessing the status page", "help": "port of the server for accessing the status page",
"placeholder": "", "placeholder": "",
"default": "" "default": "",
"advanced": true
}, },
{ {
"name": "verboseDebug", "name": "verboseDebug",