add output property select to HTML parse node (#1701)

This commit is contained in:
Dave Conway-Jones
2018-05-01 12:42:27 +01:00
committed by Nick O'Leary
parent e8a637498d
commit 3190de873e
4 changed files with 32 additions and 6 deletions

View File

@@ -671,7 +671,8 @@
"html": {
"label": {
"select": "Selector",
"output": "Output"
"output": "Output",
"in": "in"
},
"output": {
"html": "the html content of the elements",