Can we add context-menu to the new column of documents area

Hey All…!,

Is there any way to add context-menu to the new column of documents area for folder level.
Please find the attachment

Thank you…!

I would guess that it would be possible, but you would need to be well versed in Wicket to achieve it. In any case, there is no simple ootb way to do this.

Sorry I misread your question earlier - as @jasper.floor said you’d need to be well versed in Wicket to do this. You’d need to modify the Wicket plugin that renders the list of documents/folders, so classes like org.hippoecm.frontend.plugins.cms.browse.list.FolderViewPlugin. You can take a look at the existing classes and their configuration (under /hippo:configuration/hippo:frontend/cms) for inspiration.

You can also look here for some help: