Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

RTE Styles plugin not showing up

Avatar

Level 2

I am trying to add the styles plugin to one of my newly created component. I am following the instructions from https://experienceleague.adobe.com/docs/experience-manager-65/administering/operations/configure-ric.... The Documentation says, addition of  the 'styles' node under rtePlugin node should automatically render the plugin symbol on dialog. But even after adding the necessary properties, some features, I am still unable to view any styles plugin icon in both dialog and dialog full screen. I have attached the code i am using for _cq_dialog.

 

    jcr:primaryType="nt:unstructured"
    jcr:title="Temp Dialog"
    sling:resourceType="cq/gui/components/authoring/dialog">
    <content
        jcr:primaryType="nt:unstructured"
        sling:resourceType="granite/ui/components/coral/foundation/container">
        <items jcr:primaryType="nt:unstructured">
            <tab1
                jcr:primaryType="nt:unstructured"
                jcr:title="Properties"
                sling:resourceType="granite/ui/components/coral/foundation/container"
                margin="{Boolean}true">
                <items jcr:primaryType="nt:unstructured">
                    <temp
                        jcr:primaryType="nt:unstructured"
                        sling:resourceType="cq/gui/components/authoring/dialog/richtext"
                        externalStyleSheets="/apps/new-site/components/temp/clientlibs/less/edit.less"
                        name="./temp"
                        useFixedInlineToolbar="{Boolean}true">
                        <rtePlugins jcr:primaryType="nt:unstructured">
                            <misctools jcr:primaryType="nt:unstructured">
                                <specialCharsConfig jcr:primaryType="nt:unstructured">
                                    <chars jcr:primaryType="nt:unstructured">
                                        <default_registered
                                            jcr:primaryType="nt:unstructured"
                                            entity="&amp;reg;"
                                            name="registered"/>
                                        <default_trademark
                                            jcr:primaryType="nt:unstructured"
                                            entity="&amp;trade;"
                                            name="trademark"/>
                                    </chars>
                                </specialCharsConfig>
                            </misctools>
                            <styles
                                jcr:primaryType="nt:unstructured"
                                features="*">
                                <styles jcr:primaryType="nt:unstructured">
                                    <edit
                                        jcr:primaryType="nt:unstructured"
                                        cssName="someClass"
                                        text="edit"/>
                                </styles>
                            </styles>
                        </rtePlugins>
                    </temp>
                </items>
            </tab1>
        </items>
    </content>
</jcr:root>
Topics

Topics help categorize Community content and increase your ability to discover relevant content.

6.5
1 Reply

Avatar

Community Advisor

@aemAmateur is this query resolved or do you still need assistance?