Currently there is no restrictions placed on the number of letters used in Property Name. Having this unlimited number of characters in Property Name in the backend is actually breaking the theme on frontend and also does not look good. Can this be limited to few number of letters/characters? Like 20 or30?
Hi Brian,
Currently, OS Property doesn't have feature to limit characters for title of Properties. But you can use PHPMyAdmin to setup limit of column pro_name in MySQL Table: #__osrs_properties from varchar (255) to varchar (20) (for example)
Thanks
Dam
The following user(s) said Thank You: brianpat pat