mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
mutable dict is non collapsible by default
This commit is contained in:
parent
f861353d19
commit
f2a6806cee
1 changed files with 1 additions and 1 deletions
|
|
@ -663,7 +663,7 @@ class DictMutableKeysEntity(ItemEntity):
|
|||
self.hightlight_content = (
|
||||
self.schema_data.get("highlight_content") or False
|
||||
)
|
||||
self.collapsible = self.schema_data.get("collapsable", True)
|
||||
self.collapsible = self.schema_data.get("collapsable", False)
|
||||
self.collapsed = self.schema_data.get("collapsed", True)
|
||||
|
||||
object_type = self.schema_data["object_type"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue