


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
Views
Replies
Sign in to like this content
Total Likes
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
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