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://...
validations:
required: true
- type: checkbox
- type: checkboxes
id: is-color-theme
attributes:
label: Is Color Theme
description: Check this box if the theme is a color theme.
label: Type
description: The type of the theme.
options:
- label: JSON Color Theme
value: true
validations:
required: true
- type: textarea
id: styles
attributes: