mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added store_as_list into modifaible dict entity
This commit is contained in:
parent
47ee95ecd0
commit
f709f51b65
1 changed files with 1 additions and 0 deletions
|
|
@ -194,6 +194,7 @@ class DictMutableKeysEntity(EndpointEntity):
|
|||
self.children_by_key = {}
|
||||
self.children_label_by_id = {}
|
||||
|
||||
self.store_as_list = self.schema_data.get("store_as_list") or False
|
||||
self.value_is_env_group = (
|
||||
self.schema_data.get("value_is_env_group") or False
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue