Expand my Community achievements bar.

c-piosecny
c-piosecny
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hey,you will want to use the pageinfo servlet in your editor-support.js and parse the response for the permissions object for replicate true/false to then set (or just not add) the meta tag.Path like this:https://<aem author domain>/libs/wcm/core/content/pageinfo.json?path=/content/your-edge-deliver...

    Type

    Questions

    Views

    215

    Likes

    0

    Replies

    1
  • Hi,you can add the logic for appending the meta tag to the document in the scripts/editor-support.js file:// added to scripts/editor-support.js function disablePublish() { const meta = document.createElement('meta'); meta.setAttribute('name', 'urn:adobe:aue:config:disable'); meta.setAttribute(...

    Type

    Questions

    Views

    226

    Likes

    0

    Replies

    3
  • Hi there,the template is correct, but AEM Authoring with Edge Delivery Services has not yet been publicly released and is only available on request via Adobe/VIP program.The repository field will only show up if your AEM environment has the feature enabled.To my knowledge you can expect the public r...

    Type

    Questions

    Views

    774

    Like

    1

    Replies

    0