ayon-core/pype/configurations/defaults/presets/tools/pyblish.json
2020-09-09 10:04:37 +02:00

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"
}
}
}
}