Adding styles for Table and Cell properties in Touch UI inplace editing is not working
I have been using AEM 6.1 and I have been trying to follow the directions on how to add Styles (Tables and Table Cells), however I have had no luck. I have a text component and added the following to the editConfig.xml but I cannot get this to appear in either the the cell properties or table properties dialog in the rich text editor in Touch UI. Can anyone tell me what I am doing wrong?
<cq:editConfig jcr:primaryType="cq:EditConfig" cq:disableTargeting="true" jcr:created="2016-07-04T11:52:41.421+05:30" jcr:createdBy="admin"> <cq:inplaceEditing jcr:primaryType="cq:InplaceEditingConfig" active="true" editorType="text"> <config jcr:primaryType="nt:unstructured"> <rtePlugins jcr:primaryType="nt:unstructured"> <paraformat jcr:primaryType="nt:unstructured" features="*"/> <styles jcr:primaryType="nt:unstructured" features="*"> <styles jcr:primaryType="cq:WidgetCollection"> <disclaimer jcr:primaryType="nt:unstructured"/> </styles> </styles> <table jcr:primaryType="nt:unstructured" features="*"> <tableStyles jcr:primaryType="cq:WidgetCollection"> <cssStyle jcr:primaryType="nt:unstructured" cssName="valuecss" text="New Css"/> </tableStyles> <cellStyles jcr:primaryType="cq:WidgetCollection"> <cssStyle jcr:primaryType="nt:unstructured" cssName="valuecss" text="New Css"/> </cellStyles> </table> <format jcr:primaryType="nt:unstructured" features="*"/> <justify jcr:primaryType="nt:unstructured" features="*"/> <lists jcr:primaryType="nt:unstructured" features="*"/> <links jcr:primaryType="nt:unstructured" features="*"/> <misctools jcr:primaryType="nt:unstructured" features="*"/> </rtePlugins> </config> </cq:inplaceEditing> </cq:editConfig>
Thanks,
Sambasivaraja