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.

Color Picker inside a Touch UI RTE

Avatar

Level 4

Hi Team ,

I have to provide a color picker inside a Rich Text RTE inline edit .

I have followed couple of blogs ,but no luck . Could you please share any information if you have used any .

javascript - Multiple custom plugins in TouchUI RTE in AEM not working - Stack Overflow

3 Replies

Avatar

Employee Advisor

Hello,

You may need to add something like this:

<BackgroundColor

                                            jcr:primaryType="nt:unstructured"

                                            sling:resourceType=" /libs/granite/ui/components/coral/foundation/form/colorfield"

                                            classicPaletteType="{Boolean}true"

                                            editType="{Boolean}true"

                                            fieldLabel="Background Color"

                                            name="./BackgroundColor"/>