OP-2017 - fix - enum for color coding in PS

Some keys are really weird in PS
This commit is contained in:
Petr Kalis 2021-11-10 17:38:17 +01:00
parent 02cff11f3f
commit cc0672d429

View file

@ -67,7 +67,17 @@
"type": "list",
"key": "color_code",
"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",