aem-core-wcm-components icon indicating copy to clipboard operation
aem-core-wcm-components copied to clipboard

[Embed v2] Wrong documentation or Embeddedable version

Open Shaihuludus opened this issue 1 year ago • 1 comments

Bug Report

Current Behavior Custom embeddable are not available in policy screen and later in embed dialog. After the upgrade of Embed from version V1 to V2 custom embeddedable became unavailable.

According to readme custom embeddings should have supertype core/wcm/components/embed/v2/embed/embeddable but Servlet responsible for finding these types for policy setup is looking for core/wcm/components/embed/v1/embed/embeddable

EmbeddablesDataSourceServlet L98

Expected behavior/code Working according to README after update. Embed V2 should correctly use V2 Embeddedable.

Shaihuludus avatar May 10 '23 12:05 Shaihuludus