Skip to content

Instantly share code, notes, and snippets.

@floriankraft
Created October 1, 2015 10:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save floriankraft/8519d42f9b322df99391 to your computer and use it in GitHub Desktop.
Save floriankraft/8519d42f9b322df99391 to your computer and use it in GitHub Desktop.
A default richtext dialog configuration for CQ 5.4.
<?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