chore: Add validation for required image field in theme creation form

This commit is contained in:
Mauro Balades 2024-08-18 11:40:19 +02:00
parent f54f8db90a
commit cd600df423

View file

@ -31,6 +31,8 @@ body:
label: Image label: Image
description: "A URL to an image representing the theme. It can be a temporary image, it will be cloned to the theme library. Note: The image must be a PNG file. E.g. an imgur link." description: "A URL to an image representing the theme. It can be a temporary image, it will be cloned to the theme library. Note: The image must be a PNG file. E.g. an imgur link."
placeholder: https://... placeholder: https://...
validations:
required: true
- type: textarea - type: textarea
id: styles id: styles
attributes: attributes: