forked from MapComplete/MapComplete
Add more explanations
This commit is contained in:
parent
1ee921b089
commit
93bfa73088
3 changed files with 4 additions and 3 deletions
|
@ -89,7 +89,7 @@ export default class TagRenderingPanel extends InputElement<TagRenderingConfigJs
|
|||
setting(new MultiInput<{ if: AndOrTagConfigJson, then: (string | any), hideInAnswer?: boolean }>("Add a mapping",
|
||||
() => ({if: undefined, then: undefined}),
|
||||
() => new MappingInput(languages, options?.disableQuestions ?? false)), "mappings",
|
||||
"If a tag matches, then show the respective text", "")
|
||||
"If a tag matches, then show the first respective text", "")
|
||||
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue