Skip to content

Commit

Permalink
Next Generation Dynamic Media/Polaris Remote Assets Support
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Jan 23, 2024
1 parent 77707dc commit b618903
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,20 @@
}
}
}
},

/**
* 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
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,20 @@
}
}
}
},

/**
* 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 b618903

Please sign in to comment.