Skip to content

Commit bbd07cb

Browse files
Image (v3): Enabled inheritance for cq:editConfig to ensure cq:dropTargets configuration is applied as well (#92)
1 parent 0b61831 commit bbd07cb

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

bundles/core/src/main/webapp/app-root/components/image/v3/image.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"wcmio:linkTargetUrlFallbackProperty": "linkURL",
99

1010
"cq:editConfig": {
11-
"jcr:primaryType": "cq:EditConfig"
11+
"jcr:primaryType": "cq:EditConfig",
12+
"cq:inherit": true
1213
},
1314

1415
"cq:dialog": {

changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
<action type="update" dev="sseifert">
2929
Switch to AEM 6.5.24 as minimum version (also compatible with AEM 6.6.2 / AEM 6.5 LTS SP2 and AEMaaCS).
3030
</action>
31+
<action type="fix" dev="sseifert" issue="92">
32+
Image (v3): Enabled inheritance for cq:editConfig to ensure cq:dropTargets configuration is applied as well.
33+
</action>
3134
</release>
3235

3336
<release version="2.0.10-2.25.4" date="2026-02-24">

0 commit comments

Comments
 (0)