From 3abb3c7688ec26f48844b02a9604fe11535a8d10 Mon Sep 17 00:00:00 2001 From: Stefan Seifert Date: Wed, 24 Jan 2024 16:46:10 +0100 Subject: [PATCH] remove smartcrop action --- .../wcmio/responsiveimage/v1/responsiveimage.json | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/bundles/core/src/main/webapp/app-root/components/wcmio/responsiveimage/v1/responsiveimage.json b/bundles/core/src/main/webapp/app-root/components/wcmio/responsiveimage/v1/responsiveimage.json index 5dfbdb24..9530dc8e 100644 --- a/bundles/core/src/main/webapp/app-root/components/wcmio/responsiveimage/v1/responsiveimage.json +++ b/bundles/core/src/main/webapp/app-root/components/wcmio/responsiveimage/v1/responsiveimage.json @@ -81,20 +81,6 @@ } } } - }, - - /** - * Special Smart Crop action for NextGen Dynamic Media - */ - "cq:actions": ["EDITANNOTATE","COPYMOVE","DELETE","INSERT"], - "cq:actionConfigs": { - "ngdm-smartcrop": { - "condition": "CQ.CoreComponents.image.v3.actions.smartCrop.condition", - "handler": "CQ.CoreComponents.image.v3.actions.smartCrop", - "icon": "cropLightning", - "order": "before CONFIGURE", - "text": "Smart Crop" - } } },