forked from MapComplete/MapComplete
Merge branch 'feature/dashboard-layout' into develop
This commit is contained in:
commit
fb4b4e5702
23 changed files with 846 additions and 221 deletions
|
@ -25,6 +25,11 @@ export interface TagRenderingConfigJson {
|
|||
*/
|
||||
labels?: string[]
|
||||
|
||||
/**
|
||||
* A human-readable text explaining what this tagRendering does
|
||||
*/
|
||||
description?: string | any
|
||||
|
||||
/**
|
||||
* 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue