ACL in Universl Editor
My sandbox is enabled with the Universal Editor, and I attempted to apply ACLs for certain users. When I set deny for rep write, it worked as expected—the user was unable to make content updates. Next, I tried allowing rep write but denying crx replicate. This blocked the publish action for AEM Sites, but not for the Universal Editor. The user could still see the publish button in the Universal Editor and was able to publish pages.
I referred to this Adobe Document : https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/developing/universal-editor/customizing which mentions using <meta name="urn adobe aue config disable" content="publish"/> to disable the publish button. However, the document doesn't specify where to add this meta tag.
I created the project using GitHub's Xwalk project template, which doesn’t include an index.js or index.html. Instead, it has a head.html file. I tried adding the meta tag to head.html, but the publish button is still not disabled.
Could you advise in which file this meta tag should be added? Is it possible to configure this through the helix-config.yaml file? If so, could you provide the configuration details?
