依預設,已停用從編輯器切換至傳統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中開啟選項。