mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-08 01:10:01 +02:00
chore: Add validation for required image field in theme creation form
This commit is contained in:
parent
f54f8db90a
commit
cd600df423
1 changed files with 2 additions and 0 deletions
2
.github/ISSUE_TEMPLATE/create-theme.yml
vendored
2
.github/ISSUE_TEMPLATE/create-theme.yml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue