feat: Add support for color themes in theme creation

This commit is contained in:
Mauro Balades 2024-08-21 16:36:55 +02:00
parent 01040237ed
commit 18c0733e99

View file

@ -33,11 +33,16 @@ body:
placeholder: https://... placeholder: https://...
validations: validations:
required: true required: true
- type: checkbox - type: checkboxes
id: is-color-theme id: is-color-theme
attributes: attributes:
label: Is Color Theme label: Type
description: Check this box if the theme is a color theme. description: The type of the theme.
options:
- label: JSON Color Theme
value: true
validations:
required: true
- type: textarea - type: textarea
id: styles id: styles
attributes: attributes: