-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Labels
Description
Describe the bug
Currently, the blog title field allows users to enter more than 10 words. This does not comply with the design/content guideline which requires blog titles to be limited to a maximum of 10 words.
To Reproduce
Go to the blog creation page.
Enter a blog title with more than 10 words.
Observe that the system accepts the title without restriction.
Expected behavior
The blog title should be restricted to a maximum of 10 words. Any additional words should either be blocked or prompt a validation error message.
Additional context
This restriction ensures titles remain concise, readable, and consistent across the platform.