Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
Hi,
When you select new page on site admin how do you restrict the page title to be a certain size.
Thanks
Solved! Go to Solution.
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"/>
View solution in original post
Views
Likes
Replies