mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
dict immutable item has new attribute
This commit is contained in:
parent
59b36c7613
commit
a5a62fc0b5
1 changed files with 3 additions and 0 deletions
|
|
@ -330,6 +330,9 @@ class DictImmutableKeysEntity(ItemEntity):
|
|||
self.collapsible = self.schema_data.get("collapsable", True)
|
||||
self.collapsed = self.schema_data.get("collapsed", True)
|
||||
|
||||
# Not yet implemented
|
||||
self.use_label_wrap = self.schema_data.get("use_label_wrap") or True
|
||||
|
||||
def get_child_path(self, child_obj):
|
||||
result_key = None
|
||||
for key, _child_obj in self.non_gui_children.items():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue