So it seems that it is not possible to add a line break directly. Although, new line character i.e. "\n" does seem to be having some effect.So in case somebody really needs to achieve this they can use "\n" along with whitespace css property. Something like :.coral-Form-fieldset-legend { white-spac...
Hi All,I found the problem. Posting the solution in case someone else lands on some similar problem.The issue was we had an overridden xss config file in our AEM instance from one of the applications (multiple applications are deployed) i.e : /apps/cq/xssprotection/config.xmlNow this config had the ...
Hi All,I am facing a really weird issue while trying to use context="html" in sightly.I have a dialog property like this someproperty : "something<sub>2</sub>something"HTML is <h1>${properties.someproperty @ context='html'}</h1>Now, when rendered it adds a new line after the sub html tag. So it come...