mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added example of usage raw json for environments
This commit is contained in:
parent
87df2ea101
commit
d7492a13c4
1 changed files with 12 additions and 0 deletions
|
|
@ -5,6 +5,18 @@
|
|||
"is_file": true,
|
||||
"children": [
|
||||
{
|
||||
"key": "env_group_test",
|
||||
"label": "EnvGroup Test",
|
||||
"type": "dict",
|
||||
"children": [
|
||||
{
|
||||
"key": "key_to_store_in_system_settings",
|
||||
"label": "Testing environment group",
|
||||
"type": "raw-json",
|
||||
"env_group_key": "test_group"
|
||||
}
|
||||
]
|
||||
}, {
|
||||
"key": "dict_wrapper",
|
||||
"type": "dict-invisible",
|
||||
"children": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue