How to Extend the AuthoringModeUIService Implementation (AuthoringUIModeServiceImpl) | Community
Skip to main content
July 8, 2021
Solved

How to Extend the AuthoringModeUIService Implementation (AuthoringUIModeServiceImpl)

  • July 8, 2021
  • 1 reply
  • 843 views

We have an upgraded AEM version 6.4.8.4 and still have a  lot of  pages built from classic templates.  We now have a growing number of pages built from touch UI templates.  We have this request from authors to have the smarts to open a page correctly on either the classic or touch ui mode. We cannot set the authoring mode site-wide nor by user preference.  We are trying to see if we can extend this authoring mode service to look at the template of the page and set the mode to touch or classic accordingly.  How should I go about this implementation?

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

One of the approaches would be, redirecting user to classic UI via custom SlingFilter if a page created using a classic template.

1 reply

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
July 9, 2021

One of the approaches would be, redirecting user to classic UI via custom SlingFilter if a page created using a classic template.

Arun Patidar
bethtiaAuthor
July 9, 2021
Hi Arun - Please confirm my understanding: we will set the authoringmode sitewide to touchui and add custom sling filter to check if a page is created using a classic template?