mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
added icon attribute to Creator class
This commit is contained in:
parent
d69f94b849
commit
8289e93453
1 changed files with 3 additions and 0 deletions
|
|
@ -188,6 +188,9 @@ class Creator(BaseCreator):
|
|||
# Label shown in UI
|
||||
label = None
|
||||
|
||||
# Icon shown in UI
|
||||
icon = None
|
||||
|
||||
# Short description of family
|
||||
description = None
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue