I have implemented the Embed component and added an embeddable within it. However, when I open the dialog for the Embed component, I am unable to see the newly added embeddable listed in the drop-down menu under the 'Allowed Embeddables' section, which is preventing me from selecting it. I am using AEM 6.5
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
Please follow the same pattern as the YouTube embeddable example. Try to use the resourceType
I used in the screenshot below. I was able to add a new one without any issues:
Here are some references:
Hope this helps
Hi,
Please follow the same pattern as the YouTube embeddable example. Try to use the resourceType
I used in the screenshot below. I was able to add a new one without any issues:
Here are some references:
Hope this helps
Is there something wrong with having the embeddable pointing to v2 of the Core Embeddable resourceType?
Like this:
sling:resourceSuperType --> "core/wcm/components/embed/v2/embed/embeddable"?
or am I missing something from the doc?
Thanks,
Krass
Views
Replies
Total Likes
Hi @ZeelTr1
Please check an example for custom embedded Iframe
https://github.com/arunpatidar02/aemaacs-aemlab/pull/28/files
Views
Likes
Replies