There was an error while loading. Please reload this page.
1 parent 0b61831 commit bbd07cbCopy full SHA for bbd07cb
2 files changed
bundles/core/src/main/webapp/app-root/components/image/v3/image.json
@@ -8,7 +8,8 @@
8
"wcmio:linkTargetUrlFallbackProperty": "linkURL",
9
10
"cq:editConfig": {
11
- "jcr:primaryType": "cq:EditConfig"
+ "jcr:primaryType": "cq:EditConfig",
12
+ "cq:inherit": true
13
},
14
15
"cq:dialog": {
changes.xml
@@ -28,6 +28,9 @@
28
<action type="update" dev="sseifert">
29
Switch to AEM 6.5.24 as minimum version (also compatible with AEM 6.6.2 / AEM 6.5 LTS SP2 and AEMaaCS).
30
</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>
34
</release>
35
36
<release version="2.0.10-2.25.4" date="2026-02-24">
0 commit comments