Fix text-area type, support for newlines in key substitutions (fix #543), small tweaks to etymology-theme (fix #537)

This commit is contained in:
Pieter Vander Vennet 2021-11-07 18:37:42 +01:00
parent 7839712deb
commit fdb769a0fc
6 changed files with 19 additions and 10 deletions

View file

@ -48,6 +48,9 @@ export default class TagRenderingConfig {
this.render = null;
this.question = null;
this.condition = null;
this.id = "questions"
this.group = ""
return;
}