내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

no option to open the Classic View on a page in AEM 6.3

Avatar

Level 3

Hi All,

We don't see an option  "Open in Classic UI" no more in drop-down; was this removed in AEM 6.3? If Yes, is there any workaround to show that option? Thanks

Open in classicUI option not present in AEM6.3.PNG

Regrads,
Aman

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 2

Hi Agarwal,

It' Simple follow below steps.

1.jpg

To re-enable the option Open in Classic UI in the Page Information menu, follow these steps.

  1. Using CRXDE Lite, find the following node: /libs/wcm/core/content/editor/jcr:content/content/items/content/header/items/headerbar/items/pageinfopopover/items/list/items/classicuiFor examplehttp://localhost:4502/crx/de/index.jsp#/libs/wcm/core/content/editor/jcr%3Acontent/content/items/con...
  2. Using the Overlay Node option, create an overlay under /apps as follows:/apps/wcm/core/content/editor/jcr:content/content/items/content/header/items/headerbar/items/pageinfopopover/items/list/items/classicui
  3. Add the following multi-value text property to the overlaid node:sling:hideProperties = ["granite:hidden"]
  4. The Open in Classic UI option is again available in the Page Information menu when editing pages.

1.jpg

원본 게시물의 솔루션 보기

3 답변 개

Avatar

Level 10

Correct - AEM Is moving away from Classic UI. Therefore the option was removed the drop-down.

Adobe recommends that you start using AEM Touch UI in 6.3.

It has improved a lot since it was 1st released back in 5.6.

If you really want to keep using it - modify editor.html in the URL to cf#.

Hope this helps....

Avatar

정확한 답변 작성자:
Level 2

Hi Agarwal,

It' Simple follow below steps.

1.jpg

To re-enable the option Open in Classic UI in the Page Information menu, follow these steps.

  1. Using CRXDE Lite, find the following node: /libs/wcm/core/content/editor/jcr:content/content/items/content/header/items/headerbar/items/pageinfopopover/items/list/items/classicuiFor examplehttp://localhost:4502/crx/de/index.jsp#/libs/wcm/core/content/editor/jcr%3Acontent/content/items/con...
  2. Using the Overlay Node option, create an overlay under /apps as follows:/apps/wcm/core/content/editor/jcr:content/content/items/content/header/items/headerbar/items/pageinfopopover/items/list/items/classicui
  3. Add the following multi-value text property to the overlaid node:sling:hideProperties = ["granite:hidden"]
  4. The Open in Classic UI option is again available in the Page Information menu when editing pages.

1.jpg

Avatar

Level 10

Nice detailed response.