- Get link
- X
- Other Apps
- Get link
- X
- Other Apps
In image components or in file upload using inline editing you give the capability to crop , flip , zoom and rotate the images to the author.
Steps to implement inline editing:
- Create a cq:inplaceEditing node of type cq:InplaceEditingConfig under your cq:editConfig node.
- Add below properties to cq:inplaceEditing node.
- In the html file of the component, use the class “cq-dd-image” to render the inplace editing plugins.For example:
- Now if you go to the page you can see edit option.
- When you click on the edit option it gives you the editing options.
- Get link
- X
- Other Apps
Comments
Thanks for sharing 👍
ReplyDeleteHappy to help 😊
Delete