mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
17 lines
424 B
JSON
17 lines
424 B
JSON
{
|
|
"ui": {
|
|
"intents": {
|
|
"__description__": [
|
|
"In items you can specify {label: value} of intents",
|
|
"`default` may be used for setting default value."
|
|
],
|
|
"default": "wip",
|
|
"items": {
|
|
"": "",
|
|
"wip": "WIP",
|
|
"test": "TEST",
|
|
"final": "FINAL"
|
|
}
|
|
}
|
|
}
|
|
}
|