change placeholder text in settings

This commit is contained in:
howard-stearns 2017-01-25 17:01:07 -08:00
parent 9cbc4fd1b9
commit 1c30da42af

View file

@ -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
},