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
Solved! Go to Solution.
Views
Replies
Total Likes
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.
Make sure the mulfield node and field node has same "name" configured as it comes already configured when you create model.
Thanks!
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.
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.
Make sure the mulfield node and field node has same "name" configured as it comes already configured when you create model.
Thanks!
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.
@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).
Views
Replies
Total Likes
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
Views
Replies
Total Likes
Views
Likes
Replies