Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
You can solve this by escaping the quote with a backslash
Description = "The heading text at the top of the page, e.g. \"Welcome\""
I have noticed that if you have a single or double quote in a property name or default value in EPiServer 7.5, the text past and including the first quote is cut off.
e.g. I add a description to a property that says
The heading text at the top of the page, e.g. 'Welcome'
It would display the following when hovering over (viewing description)
The heading text at the top of the page, e.g.
Because it cuts after the first ' or \".
This may apply to other things such as property names, I haven't tested extensively to see what is affected.