while creating content fragment one indexedData node is getting added automatically. Can anyone tell me why its creating and how to prevent this.
Solved! Go to Solution.
Views
Replies
Total Likes
@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.
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
@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.
@Sudheer_Sundalam @TarunKumar Thanks for the reply. Will check and update here.
Views
Likes
Replies