@arunpatidar,The above solution is only working for the edit bar menu, but the enable option is still showing up on the template card. How can I restrict that option on the template card.
Thanks for your reply @arunpatidar , I have tried with ACL permissions. But it is not allowing me to edit the template, Can you please provide me the path to which I need to remove the permission. Regards,Sravani
@AEMStarterNewbie Try to update your clientlibrary 'jsprocessor' property with below. jsProcessor="[min:gcc;languageIn=ECMASCRIPT_2016;languageOut=ECMASCRIPT_2016;compilationLevel=simple;obfuscate=true]"
Need to disable the access to enable button for enabling a template. Note: The user should have all other permissions except enabling the template. Please provide your inputs here.
@janhavi_singh , Please check the name in the form field dialog as shown in the below image is matching with your request parameter name or not. This might be a reason for this. If this is also not the case, then check for the servlet call while submitting the form in network tab from developer cons...
Hi @Jörg_Hoh , Thanks for the Reply. I'm having all the permission. I found why the issue happening. There is property present in the '/content/mywebsite/master/en_us/test-page/jcr:content/root/article' node which is same name as the child node 'text'. After updating the node name its resolved the ...
Hi @Kiran_Vedantam, I'm not updating the initial content component in the page. Actually I'm facing the issue only for few pages using this template not all.