HTML node: add option to for attribites and content

This commit is contained in:
Gerrit Riessen
2024-01-06 00:12:09 +01:00
parent f0a9b0cf69
commit 7b01457038
3 changed files with 29 additions and 3 deletions

View File

@@ -887,12 +887,14 @@
"label": {
"select": "Selector",
"output": "Output",
"in": "in"
"in": "in",
"prefix": "Property name for HTML content"
},
"output": {
"html": "the html content of the elements",
"text": "only the text content of the elements",
"attr": "an object of any attributes of the elements"
"attr": "an object of any attributes of the elements",
"compl": "an object of any attributes of the elements and html contents"
},
"format": {
"single": "as a single message containing an array",