Merge pull request #2234 from pypeclub/bugfix/OP-2017_PS-web-publishing-doesnt-publish-all-colors

Fix - enum for color coding in PS
This commit is contained in:
Petr Kalis 2021-11-12 13:19:00 +01:00 committed by GitHub
commit 559964122e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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