legacy-knowledge-base
公開されました Jun. 30, 2025

カスタマイズされたページの識別方法

written-by

Debora Vita

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

問題

  • カスタム・ルック&フィールに古い属性を指定しているページを探す必要があります。 ページがカスタマイズされていることを示すデータベースのカラムがわかりません。 そのようなページを特定するためのコラムをご指摘いただけますか?

環境

  • DXP 7.4+

解像度

  • Configure Page > Design > Define custom theme for this page で定義された設定は レイアウト テーブルの typeSettings 列に格納されます。
  • 例えば、test1、test2、test3の3つのページを作成する。 結果は以下の通り:
  1. test1の下で、 「継承されたテーマを使用する(カスタマイズなし)に設定する。 typeSettings 列が空です。
  2. test2では、カスタムテーマを設定し、「ヘッダー検索を表示」ボックスの選択を解除した。 typeSettings column now shows:
    layoutUpdateable=true
    lfr-theme:regular:show-header-search=false
    published=true
  3. test3で、カスタムテーマを設定し、すべてのボックスの選択を解除した。 typeSettings 列に次のように表示されるようになりました:
    designConfigurationModified=true
    layoutUpdateable=true
    lfr-theme:regular:show-footer=false
    lfr-theme:regular:show-header=false
    lfr-theme:regular:show-header-search=false
    lfr-theme:regular:wrap-widget-page-content=false

追加情報

did-this-article-resolve-your-issue

legacy-knowledge-base