Symptom
Inside the RTE component, the open in new window feature of the hyperlink component doesn’t work. As a result, the link is opened in the same page.
Inside the RTE component, the open in new window feature of the hyperlink component doesn’t work. As a result, the link is opened in the same page.
Solution
We need to declare the target attribute in the antisamy configuration file in CRXDE Light as follow:
<regexp-list>
<regexp value="[a-zA-Z0-9-_\$]+"/>
</regexp-list>
</attribute>
Save the file.
http://helpx.adobe.com/experience-manager/kb/target-attribut-issue-tag.html
We need to declare the target attribute in the antisamy configuration file in CRXDE Light as follow:
- Copy /libs/cq/xssprotection/config.xml to /apps/cq/xssprotection/config.xml.
- Open /apps/cq/xssprotection/config.xml.
- In the common-attributes section, add the following target attribute declaration.
<regexp-list>
<regexp value="[a-zA-Z0-9-_\$]+"/>
</regexp-list>
</attribute>
- Find the tag declaration by searching the term
- Add the line below in the list of attributes.
Save the file.
http://helpx.adobe.com/experience-manager/kb/target-attribut-issue-tag.html
No comments:
Post a Comment
If you have any doubts or questions, please let us know.