FIX: Ensure tag_groups is in wizard schema
Dieser Commit ist enthalten in:
Ursprung
ebea3e666a
Commit
0fc2c6b850
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
|
@ -72,6 +72,7 @@ const field = {
|
||||||
required: null,
|
required: null,
|
||||||
type: null,
|
type: null,
|
||||||
condition: null,
|
condition: null,
|
||||||
|
tag_groups: null
|
||||||
},
|
},
|
||||||
types: {},
|
types: {},
|
||||||
mapped: ["prefill", "content", "condition", "index"],
|
mapped: ["prefill", "content", "condition", "index"],
|
||||||
|
|
Laden …
In neuem Issue referenzieren