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.
SOLVED

rte in multiline in composite multifield in content fragment

Avatar

Level 2

Hi ,

I have created a composite multiefield in content fragment. one of my field is multieditor . i want to add rte plugin in that editor. Is there a way i can do that. Basically  i am trying  to add RTE in multifield in CF .  Plz let me know as i could not find anything on this 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @learningguy 

 

We can add multifield with richtext inside a content fragment as it uses the same resource type i.e., cq/gui/components/authoring/dialog/richtext


It works with multifield after configuring the content fragment model using (content reference widget --> and configure it for multifield) default will come with text field. Now go to your model its created for example /conf/someproject/setting/dam... and then change the configuration of "field" node under multifield node as shown below.

 

asutosh_jena_0-1633877594791.png

 

Make sure the mulfield node and field node has same "name" configured as it comes already configured when you create model.

 

Thanks!

View solution in original post

6 Replies

Avatar

Level 2

Hi Sanjay,

I tried above approach but somehow it is not working. So my multifield has 3-4 field so in the field node I am using granite/ui/components/foundation/include to include those 3-4 field( which is created under apps). and in one of field I am using resource type to richtext and added all plugin node . But still my fragments just show the label of richtext with everything greyed out.

Avatar

Correct answer by
Community Advisor

Hi @learningguy 

 

We can add multifield with richtext inside a content fragment as it uses the same resource type i.e., cq/gui/components/authoring/dialog/richtext


It works with multifield after configuring the content fragment model using (content reference widget --> and configure it for multifield) default will come with text field. Now go to your model its created for example /conf/someproject/setting/dam... and then change the configuration of "field" node under multifield node as shown below.

 

asutosh_jena_0-1633877594791.png

 

Make sure the mulfield node and field node has same "name" configured as it comes already configured when you create model.

 

Thanks!

Avatar

Level 2

Hi Ashutosh,

I tried above approach but somehow it is not working. So my multifield has 3-4 field so in the field node I am using granite/ui/components/foundation/include to include those 3-4 field( which is created under apps). and in one of field I am using resource type to richtext and added all plugin node . But still my fragments just show the label of richtext with everything greyed out.

Avatar

Level 2

@learningguy  let me know if your code is working. I have same requirement. There is a Content Fragment having composite multifield with 3 fields(2 text, and 1 RTE).

Avatar

Level 3

Hi @maddy_23 

If you are able to find the solution to this problem.

Can it be possible to share the code snippet for dialog ?

 

Thank  you