CF model and CF title appearing in experience fragment | Community
Skip to main content
March 22, 2023
Solved

CF model and CF title appearing in experience fragment

  • March 22, 2023
  • 1 reply
  • 567 views

Hi there, 

I am new to AEM and the creation of content and experience fragments.

What I have found is when I created an experience fragment using content fragments, I am pulling through the fieldname from Content Fragment model and content fragment title.

 

I tried the preview option to check if these will disappear but the titles doesn't seem to go away.  

Any suggestions on how do i get rid of them from my experience fragment. 

 

thanks

 

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 somen-sarkar

Hi,

If you do not want to show the labels in  your rendered  page then you can hide the same using css. You can also extend the Content Fragment component to create a component that can specifically render your model . Please check the blow link :-

https://github.com/adobe/aem-core-wcm-components/issues/596

 

Thanks,

Somen

 

1 reply

somen-sarkar
Community Advisor
somen-sarkarCommunity AdvisorAccepted solution
Community Advisor
March 22, 2023

Hi,

If you do not want to show the labels in  your rendered  page then you can hide the same using css. You can also extend the Content Fragment component to create a component that can specifically render your model . Please check the blow link :-

https://github.com/adobe/aem-core-wcm-components/issues/596

 

Thanks,

Somen