Skip to content

Commit

Permalink
remove smartcrop action
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Jan 24, 2024
1 parent 8750dad commit 3abb3c7
Showing 1 changed file with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
},

Expand Down

0 comments on commit 3abb3c7

Please sign in to comment.