Move wikipage-generation

This commit is contained in:
Pieter Vander Vennet 2021-03-16 14:14:59 +01:00
parent 1f8e56259e
commit c83f1fc09f
3 changed files with 51 additions and 35 deletions

View file

@ -4,6 +4,8 @@ export interface TagRenderingConfigJson {
/**
* Renders this value. Note that "{key}"-parts are substituted by the corresponding values of the element.
* If neither 'textFieldQuestion' nor 'mappings' are defined, this text is simply shown as default value.
*
* Note that this is a HTML-interpreted value, so you can add links as e.g. <a href='{website}'>{website}</a>
*/
render?: string | any,