Hi,In editable templates there is no Design mode available.Instead you can use component policy,refer below urls:Creating Page Templates AEM Developer Learning : Dynamic (Editable) Templates in AEM6.3 : Part-2
Hi , I doubt its possible. As in AEM,page creation and page copy are considered the same .Even in var/audit the cq:type value PageCreated for both create and copy action.
Hi,You can try implementing EventHandler/Listener and handle PageEvent. This will capture all events on a page and you can do your custom logic.It will be a costly operation though as eventhandler will be triggered for every modifications.
I dont think its possible,when i tried configuring 2nd logged via http://localhost:4502/system/console/slinglog , it didnt even allow me to save the second entry.
Hi, You can see how the scheduled activation works. It gets the user input (datetime) and then starts the scheduled activation workflow with delay set in absolutetime property.You can try mimicking the same in your workflow. To get user input you can use dialog participant step and use a custom form...