Created
January 30, 2018 17:03
-
-
Save yashha/81d7f041a0be25200266d889a716c504 to your computer and use it in GitHub Desktop.
richtext 6.3
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
<column | |
jcr:primaryType="nt:unstructured" | |
sling:resourceType="granite/ui/components/coral/foundation/container"> | |
<items jcr:primaryType="nt:unstructured"> | |
<rtField | |
jcr:primaryType="nt:unstructured" | |
sling:resourceType="cq/gui/components/authoring/dialog/richtext" | |
granite:id="letter_text" | |
fieldDescription="Required." | |
name="./letter" | |
required="{Boolean}true" | |
useFixedInlineToolbar="{Boolean}true"> | |
<rtePlugins jcr:primaryType="nt:unstructured"> | |
<tracklinks | |
jcr:primaryType="nt:unstructured" | |
features="*"/> | |
<format | |
jcr:primaryType="nt:unstructured" | |
features="bold,italic"/> | |
<justify | |
jcr:primaryType="nt:unstructured" | |
features="*"/> | |
<links | |
jcr:primaryType="nt:unstructured" | |
features="modifylink,unlink"/> | |
<lists | |
jcr:primaryType="nt:unstructured" | |
features="*"/> | |
<paraformat | |
jcr:primaryType="nt:unstructured" | |
features="*"> | |
<formats | |
jcr:primaryType="nt:unstructured"> | |
<default_p | |
jcr:primaryType="nt:unstructured" | |
description="Paragraph" | |
tag="p"/> | |
<default_h3 | |
jcr:primaryType="nt:unstructured" | |
description="Heading 3" | |
tag="h3"/> | |
<default_h4 | |
jcr:primaryType="nt:unstructured" | |
description="Heading 4" | |
tag="h4"/> | |
<default_blockquote | |
jcr:primaryType="nt:unstructured" | |
description="Quote" | |
tag="blockquote"/> | |
<default_pre | |
jcr:primaryType="nt:unstructured" | |
description="Preformatted" | |
tag="pre"/> | |
</formats> | |
</paraformat> | |
<misctools | |
jcr:primaryType="nt:unstructured" | |
features="*"> | |
<specialCharsConfig jcr:primaryType="nt:unstructured"> | |
<chars jcr:primaryType="nt:unstructured"> | |
<copyright | |
jcr:primaryType="nt:unstructured" | |
entity="&copy;" | |
name="copyright"/> | |
<trademark | |
jcr:primaryType="nt:unstructured" | |
entity="&trade;" | |
name="trademark"/> | |
<registered | |
jcr:primaryType="nt:unstructured" | |
entity="&reg;" | |
name="registered"/> | |
<emDash | |
jcr:primaryType="nt:unstructured" | |
entity="&#8212;" | |
name="emdash"/> | |
<euro | |
jcr:primaryType="nt:unstructured" | |
entity="&euro;" | |
name="euro"/> | |
<pound | |
jcr:primaryType="nt:unstructured" | |
entity="&#163;" | |
name="pound"/> | |
<nbsp | |
jcr:primaryType="nt:unstructured" | |
entity="&#160;" | |
name="nbsp"/> | |
</chars> | |
</specialCharsConfig> | |
</misctools> | |
</rtePlugins> | |
<uiSettings jcr:primaryType="nt:unstructured"> | |
<cui jcr:primaryType="nt:unstructured"> | |
<inline | |
jcr:primaryType="nt:unstructured" | |
toolbar="[format#bold,format#italic,#justify,#lists,links#modifylink,links#unlink,misctools#specialchars,#paraformat]"> | |
<popovers jcr:primaryType="nt:unstructured"> | |
<justify | |
jcr:primaryType="nt:unstructured" | |
items="[justify#justifyleft,justify#justifycenter,justify#justifyright]" | |
ref="justify"/> | |
<lists | |
jcr:primaryType="nt:unstructured" | |
items="[lists#unordered,lists#ordered,lists#outdent,lists#indent]" | |
ref="lists"/> | |
<paraformat | |
jcr:primaryType="nt:unstructured" | |
items="paraformat:getFormats:paraformat-pulldown" | |
ref="paraformat"/> | |
</popovers> | |
</inline> | |
</cui> | |
</uiSettings> | |
</rtField> | |
</items> | |
</column> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment