Solved
restrict page component title length
Hi,
When you select new page on site admin how do you restrict the page title to be a certain size.
Thanks
Hi,
When you select new page on site admin how do you restrict the page title to be a certain size.
Thanks
You can overlay the Granite UI from the page properties, and provide the maxlength property. Example like (maximum length is 100 characters):
<title
jcr:primaryType="nt:unstructured"
required="true"
name="./jcr:title"
maxlength="100"
sling:resourceType="granite/ui/components/coral/foundation/form/textfield"/>
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.