mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-14 15:07:08 +02:00
change placeholder text in settings
This commit is contained in:
parent
9cbc4fd1b9
commit
1c30da42af
1 changed files with 1 additions and 1 deletions
|
@ -1294,7 +1294,7 @@
|
||||||
"name": "entityEditFilter",
|
"name": "entityEditFilter",
|
||||||
"label": "Filter Entity Edits",
|
"label": "Filter Entity Edits",
|
||||||
"help": "Check all entity edits against this filter function.",
|
"help": "Check all entity edits against this filter function.",
|
||||||
"placeholder": "function filter(properties) { return properties; }",
|
"placeholder": "url whose content is like: function filter(properties) { return properties; }",
|
||||||
"default": "",
|
"default": "",
|
||||||
"advanced": true
|
"advanced": true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue