mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
allow loading of workfiles as templates
This commit is contained in:
parent
fc27d6d2df
commit
cef1e9435b
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ from avalon import api, harmony
|
|||
class ImportTemplateLoader(api.Loader):
|
||||
"""Import templates."""
|
||||
|
||||
families = ["harmony.template"]
|
||||
families = ["harmony.template", "workfile"]
|
||||
representations = ["*"]
|
||||
label = "Import Template"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue