Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.

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

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"/>