mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
template may be schema_template or just template
This commit is contained in:
parent
f7a61b341a
commit
1cdbd39be1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue