mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
added missing attributes
This commit is contained in:
parent
898157c95b
commit
ec01e148e5
1 changed files with 5 additions and 0 deletions
|
|
@ -144,6 +144,11 @@ class DictConditionalEntity(ItemEntity):
|
|||
|
||||
self.enum_entity = None
|
||||
|
||||
self.highlight_content = self.schema_data.get(
|
||||
"highlight_content", False
|
||||
)
|
||||
self.show_borders = self.schema_data.get("show_borders", True)
|
||||
|
||||
self._add_children()
|
||||
|
||||
@property
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue