Add Move capability to change node

This commit is contained in:
Dave Conway-Jones
2016-04-10 12:20:46 +01:00
parent 736ddaeca4
commit 2954ae917b
3 changed files with 52 additions and 24 deletions

View File

@@ -465,6 +465,7 @@
"set": "set __property__",
"change": "change __property__",
"delete": "delete __property__",
"move": "move __property__",
"changeCount": "change: __count__ rules",
"regex": "Use regular expressions"
},
@@ -472,6 +473,7 @@
"set": "Set",
"change": "Change",
"delete": "Delete",
"move": "Move",
"to": "to",
"search": "Search for",
"replace": "Replace with"