依預設,從編輯器切換至傳統UI的功能已停用。
要重新啟用頁面資訊功能表中Classic UI 中的開啟選項,請遵循下列步驟。
使用CRXDE Lite,查找以下節點:
/libs/wcm/core/content/editor/jcr:content/content/items/content/header/items/headerbar/items/pageinfopopover/items/list/items/classicui
例如
[https://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](https://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中開啟選項會再次出現在頁面資訊選單中。