mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
change entity type to project
This commit is contained in:
parent
6dbbe75099
commit
ef1c77bf4c
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ class CoreAddon(BaseServerAddon):
|
||||||
"name": "create_new_folder",
|
"name": "create_new_folder",
|
||||||
},
|
},
|
||||||
order=100,
|
order=100,
|
||||||
entity_type="folder",
|
entity_type="project",
|
||||||
entity_subtypes=None,
|
entity_subtypes=None,
|
||||||
allow_multiselection=False,
|
allow_multiselection=False,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue