Expandir minha barra de realizações na Comunidade.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
SOLUCIONADO

Richtext data type not working in Content Fragment Model

Avatar

Level 4

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"/>
Tópicos

Os tópicos ajudam a categorizar o conteúdo da comunidade e aumentam sua capacidade de descobrir conteúdo relevante.

1 Solução aceita

Avatar

Resposta correta de
Community Advisor

Hi @ashish_mishra1 

 

Can you try these ?

metaType="text-multi"

and/or

valueType="string/multiline"

 

Ver solução na publicação original

1 Resposta

Avatar

Resposta correta de
Community Advisor

Hi @ashish_mishra1 

 

Can you try these ?

metaType="text-multi"

and/or

valueType="string/multiline"