Only zip files are supported.

This commit is contained in:
Toke Stuart Jepsen 2020-06-24 13:52:14 +01:00
parent a375a6e29b
commit 5a7846a9fe

View file

@ -40,5 +40,5 @@ class ImportWorkfileLoader(ImportTemplateLoader):
"""Import workfiles."""
families = ["workfile"]
representations = ["*"]
representations = ["zip"]
label = "Import Workfile"