Housekeeping...

This commit is contained in:
Pieter Vander Vennet 2022-08-24 14:47:36 +02:00
parent f4fc8468ac
commit ba8219a10c
97 changed files with 4715 additions and 20561 deletions

View file

@ -17,6 +17,9 @@
"type": "string"
}
},
"description": {
"description": "A human-readable text explaining what this tagRendering does"
},
"render": {
"description": "Renders this value. Note that \"{key}\"-parts are substituted by the corresponding values of the element.\nIf neither 'textFieldQuestion' nor 'mappings' are defined, this text is simply shown as default value.\n\nNote that this is a HTML-interpreted value, so you can add links as e.g. '<a href='{website}'>{website}</a>' or include images such as `This is of type A <br><img src='typeA-icon.svg' />`\ntype: rendered"
},