활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
Hi Everyone,
We have created a Content Fragment Component from core by overlay and created a new model and a Content Fragment in DAM. But when I select Type as Content Fragment in "Assests" content tree, the content fragments in DAM are not visible for drag and drop in pages. Wondering if I have missed anything.
Thanks in advance.
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
Then there are changes that a UI customization might be affecting you.
Can you please on an Instance AEM 6.5 and SP14, with no custom code? Then deploy your code and test.
Also, please check for any errors in the browser console
Contentfinder call is successful in network tab. None of the content fragments are visible including We-retail one.
Hello @Kavin742
The Content Finder is generating a query like this:
/jcr:root/content/dam//element(*, dam:Asset)[not((_x002e_./@hidden = 'true')) and (jcr:content/@contentFragment = 'true')] order by jcr:content/@jcr:lastModified descending
Please check if the query is working fine on your instance. Do the indexes need any fine tuning?
Hello @aanchal-sikka ,
The above query is returning all existing CFs and CFs that are used in pages too.
Then there are changes that a UI customization might be affecting you.
Can you please on an Instance AEM 6.5 and SP14, with no custom code? Then deploy your code and test.
Also, please check for any errors in the browser console
Hi @bilal_ahmad , currently we are using AEM 6.5 and SP14. All bundles are up and running and I have tried re-starting the servers too