Page Keyword & Description 255 Character Limit
One of my co-workers has brought it to my attention that there seems to be a 255 character limit on the keyword & description fields for individual pages. Going over this limit produces a "Return Code 0" error. Is there a way to allow more characters to be entered in these textboxes?
We are using Sitefinity version 4.0.1210.0 SE.
Thanks,
Brian,
Telerik said that you can just modify the database. See this post:
http://www.sitefinity.com/devnet/forums/sitefinity-4-x/bugs-issues/return-code-12031.aspx#1574461
"The description is set in the sf_page_data and the type of the column is nvarchar(255). You can try changing the type to nvarchar(MAX)
"
Hope this helps.
Abraham