Created
October 1, 2015 10:46
-
-
Save floriankraft/8519d42f9b322df99391 to your computer and use it in GitHub Desktop.
A default richtext dialog configuration for CQ 5.4.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" | |
jcr:primaryType="cq:Widget" fieldLabel="Text" name="./text" xtype="richtext"> | |
<linkbrowseConfig jcr:primaryType="nt:unstructured" | |
cssExternal="CQRTE__extlink" cssInternal="CQRTE__intlink"/> | |
<rtePlugins jcr:primaryType="nt:unstructured"> | |
<edit jcr:primaryType="nt:unstructured" | |
features="[cut,copy,paste-plaintext,paste-wordhtml]" defaultPasteMode="plaintext"/> | |
<justify jcr:primaryType="nt:unstructured" | |
features=""/> | |
<lists jcr:primaryType="nt:unstructured" | |
features="[ordered,unordered]"/> | |
</rtePlugins> | |
</jcr:root> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment