기본적으로 편집기에서 클래식 UI로 전환하는 기능이 비활성화됩니다.
페이지 정보 메뉴의 클래식 UI에서 열기 옵션을 다시 활성화하려면 다음 단계를 수행합니다.
CRXDE Lite을 사용하여 다음 노드를 찾습니다.
/libs/wcm/core/content/editor/jcr:content/content/items/content/header/items/headerbar/items/pageinfopopover/items/list/items/classicui
예
http://localhost:4502/crx/de/index.jsp#/libs/wcm/core/content/editor/jcr%3Acontent/content/items/content/header/items/headerbar/items/pageinfopopover/items/list/items/classicui] (http://localhost:4502/crx/de/index.jsp#/libs/wcm/core/content/editor/jcr%3Acontent/content/items/content/header/items/headerbar/items/pageinfopopover/items/list/items/classicui
오버레이 노드 옵션을 사용하여 오버레이를 만듭니다.예를 들면 다음과 같습니다.
/apps/wcm/core/content/editor/jcr:content/content/items/content/header/items/headerbar/items/pageinfopopover/items/list/items/classicui
/apps/
다음 다중 값 텍스트 속성을 오버레이된 노드에 추가합니다.
sling:hideProperties = ["granite:hidden"]
페이지를 편집할 때 클래식 UI에서 열기 옵션은 페이지 정보 메뉴에서 다시 사용할 수 있습니다.