template may be schema_template or just template

This commit is contained in:
iLLiCiTiT 2021-05-28 18:31:35 +02:00
parent f7a61b341a
commit 1cdbd39be1

View file

@ -189,7 +189,7 @@ def _fill_inner_schemas(schema_data, schema_collection, schema_templates):
schema_templates
)
elif child_type == "schema_template":
elif child_type in ("template", "schema_template"):
for filled_child in _fill_schema_template(
child, schema_collection, schema_templates
):