エディター editor
デフォルトでは、エディターからクラシック 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 で開く」オプションが ページ情報 メニューで再度使用可能になります。