What is the best approach to extend a core overlay?
Hey all,
Basically what I'm trying to do is add an extra checkbox to the standard copy overlay, which I then want to read in a ContentService.Copied event handler, so I can add my custom behaviour there based on whether it was selected or not.
I've been trying different things for a couple of days now without much luck. Most of what I find online handles creation of custom trees/menu items with their own content/overlay.
I'm hoping one of you can point me in the right direction or tell me if I'm going about this all wrong.
What is the best approach to extend a core overlay?
Hey all,
Basically what I'm trying to do is add an extra checkbox to the standard copy overlay, which I then want to read in a ContentService.Copied event handler, so I can add my custom behaviour there based on whether it was selected or not.
I've been trying different things for a couple of days now without much luck. Most of what I find online handles creation of custom trees/menu items with their own content/overlay.
I'm hoping one of you can point me in the right direction or tell me if I'm going about this all wrong.
(I'm on Umbraco version 7.4.1)
/Anders
is working on a reply...