Richtext data type not working in Content Fragment Model | Community
Skip to main content
Level 3
November 14, 2024
Solved

Richtext data type not working in Content Fragment Model

  • November 14, 2024
  • 1 reply
  • 546 views

I am using the below richtext inside content fragment model. Its working fine in the content fragment created using the model.

But model itself is not loading properly and we are unable to edit it too.

 

Any issue in the below xml ?

 

<richText
jcr:primaryType="nt:unstructured"
sling:resourceType="dam/cfm/admin/components/authoring/contenteditor/multieditor"
listOrder="11"
metaType="richtext"
name="text"
renderReadOnly="false"
showEmptyInReadOnly="true"
valueType="string"/>
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Tethich

Hi @ashish_mishra1 

 

Can you try these ?

metaType="text-multi"

and/or

valueType="string/multiline"

 

1 reply

Tethich
Community Advisor
TethichCommunity AdvisorAccepted solution
Community Advisor
November 14, 2024

Hi @ashish_mishra1 

 

Can you try these ?

metaType="text-multi"

and/or

valueType="string/multiline"