Add more explanations

This commit is contained in:
Pieter Vander Vennet 2020-09-06 00:11:02 +02:00
parent 1ee921b089
commit 93bfa73088
3 changed files with 4 additions and 3 deletions

View file

@ -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", "")
];