Adding Table Style to the Rich Text Editor
I have CQ5.6 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 custom text component and I have added the following to the dialog.xml but I cannot get this to appear in either the the cell properties or table properties dialog in the rich text editor. Can anyone tell me what I am doing wrong?
<table jcr:primaryType="nt:unstructured" features="*"> <tableStyles jcr:primaryType="cq:WidgetCollection"> <threeColPadded jcr:primaryType="nt:unstructured" cssName="tbl-three-col-padded" text="3 column padded"/> </tableStyles> <cellStyles jcr:primaryType="cq:WidgetCollection"> <cell33pct jcr:primaryType="nt:unstructured" cssName="cell-33pct" text="Cell 33%"/> </cellStyles> </table>