You cannot restrict to one workflow in Touch UI you need to use classic UI. if you still want to use Touch UI you need to write a custom script. please check below threadRestricting a page to be subjected to workflow only once at a time in AEM 6.3 I feel we should have control to restrict in Touch U...
You need to create policies to author components on the page. please check below links on creating editable templatesYOURTESTBOOK AEM Developer Learning : Dynamic (Editable) Templates in AEM 6.3 : Part-1
As long as the inheritance exists between your live copy and blueprints the rollout config should work. please check live relationship once and also let us know what exactly you are trying to publish?Reusing Content: Multi Site Manager and Live Copy
When you selected checkbox, is it storing as a property under a content node? if so then it should fetch checkbox value automatically and display in UI, please check your content node
Actually, I feel this is also a good requirement without replicating to publish environment you can check it on author instance itself, this is very useful when you want to make authoring productivity high
I think the below design should help youYou need to rewrite all href link on the page by appending wcmmode=disabled,Create a Transformation class and extend it from the org.apache.cocoon.xml.sax.AbstractSAXPipeIn the startlement iterate all attributes of elementFind href linkCheck if it contains que...