mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 05:52:38 +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",
|
||||
"label": "Filter Entity Edits",
|
||||
"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": "",
|
||||
"advanced": true
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue