mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
added enum to examples
This commit is contained in:
parent
918ff9eefa
commit
f6f75c6fb3
1 changed files with 19 additions and 0 deletions
|
|
@ -9,6 +9,25 @@
|
|||
"type": "dict-invisible",
|
||||
"children": [
|
||||
{
|
||||
"type": "enum",
|
||||
"key": "test_enum_singleselection",
|
||||
"label": "Enum Single Selection",
|
||||
"enum_items": [
|
||||
{"value_1": "Label 1"},
|
||||
{"value_2": "Label 2"},
|
||||
{"value_3": "Label 3"}
|
||||
]
|
||||
}, {
|
||||
"type": "enum",
|
||||
"key": "test_enum_multiselection",
|
||||
"label": "Enum Multi Selection",
|
||||
"multiselection": true,
|
||||
"enum_items": [
|
||||
{"value_1": "Label 1"},
|
||||
{"value_2": "Label 2"},
|
||||
{"value_3": "Label 3"}
|
||||
]
|
||||
}, {
|
||||
"type": "boolean",
|
||||
"key": "bool",
|
||||
"label": "Boolean checkbox"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue