mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
added order and icon to
This commit is contained in:
parent
0f65fe34a7
commit
700006692a
1 changed files with 2 additions and 0 deletions
|
|
@ -349,7 +349,9 @@ class LoaderActionItem:
|
|||
entity_ids: set[str]
|
||||
entity_type: str
|
||||
label: str
|
||||
order: int = 0
|
||||
group_label: Optional[str] = None
|
||||
icon: Optional[dict[str, Any]] = None
|
||||
# Is filled automatically
|
||||
plugin_identifier: str = None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue