Issue while creating Content Fragment | Community
Skip to main content
Level 3
November 28, 2023
Solved

Issue while creating Content Fragment

  • November 28, 2023
  • 2 replies
  • 709 views

while creating content fragment one indexedData node is getting added automatically. Can anyone tell me why its creating and how to prevent this.

 

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 Sudheer_Sundalam

@skumari ,

 

What are the properties that are set on this "indexedData" node?

@tarunkumar , pointed out, check the CF model and also the templateType path node to see if this node is present at any of these locations.

2 replies

TarunKumar
Community Advisor
Community Advisor
November 28, 2023

HI @skumari ,

Please revisit your model template from where you are building this content fragment. It should be inside path similar to "/conf/<your-project>/settings/dam/cfm/models. Check if everything is fine there and you have not implemented any custom logic.
Lastly visit to "cq:templateType" for the jcr:content node of the model CF and double check for any custom implementation in there.

Thanks
Tarun

Sudheer_Sundalam
Community Advisor
Sudheer_SundalamCommunity AdvisorAccepted solution
Community Advisor
November 29, 2023

@skumari ,

 

What are the properties that are set on this "indexedData" node?

@tarunkumar , pointed out, check the CF model and also the templateType path node to see if this node is present at any of these locations.

skumariAuthor
Level 3
November 29, 2023

@sudheer_sundalam @tarunkumar Thanks for the reply. Will check and update here.