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 id: name
attributes: attributes:
label: Name label: Name
description: The name of the theme. description: The name of the theme. With a maximum of 25 characters.
placeholder: Theme Name placeholder: Theme Name
validations: validations:
required: true required: true
@ -15,7 +15,7 @@ body:
id: description id: description
attributes: attributes:
label: Description 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 placeholder: Theme Description
validations: validations:
required: true required: true