chore: Update theme creation form descriptions

Update the description fields in the theme creation form to include character limits. The "Name" field now has a maximum of 25 characters, and the "Description" field has a maximum of 100 characters. This ensures that users provide concise and relevant information when creating themes.
This commit is contained in:
Mauro Balades 2024-08-17 18:53:09 +02:00
parent 3301c5c23d
commit acf43a8465

View file

@ -7,7 +7,7 @@ body:
id: name
attributes:
label: Name
description: The name of the theme.
description: The name of the theme. With a maximum of 25 characters.
placeholder: Theme Name
validations:
required: true
@ -15,7 +15,7 @@ body:
id: description
attributes:
label: Description
description: A brief description of the theme.
description: A brief description of the theme. With a maximum of 100 characters.
placeholder: Theme Description
validations:
required: true