mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
OP-2017 - fix - enum for color coding in PS
Some keys are really weird in PS
This commit is contained in:
parent
02cff11f3f
commit
cc0672d429
1 changed files with 11 additions and 1 deletions
|
|
@ -67,7 +67,17 @@
|
||||||
"type": "list",
|
"type": "list",
|
||||||
"key": "color_code",
|
"key": "color_code",
|
||||||
"label": "Color codes for layers",
|
"label": "Color codes for layers",
|
||||||
"object_type": "text"
|
"type": "enum",
|
||||||
|
"multiselection": true,
|
||||||
|
"enum_items": [
|
||||||
|
{ "red": "red" },
|
||||||
|
{ "orange": "orange" },
|
||||||
|
{ "yellowColor": "yellow" },
|
||||||
|
{ "grain": "green" },
|
||||||
|
{ "blue": "blue" },
|
||||||
|
{ "violet": "violet" },
|
||||||
|
{ "gray": "gray" }
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "list",
|
"type": "list",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue