Legacy Knowledge Base
Published Jun. 30, 2025

How to identify customized pages

Written By

Debora Vita

How To articles are not official guidelines or officially supporteddocumentation. They are community-contributed content and may not alwaysreflect the latest updates to Liferay DXP. We welcome your feedback toimprove How to articles!

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

Legacy Article

You are viewing an article from our legacy "FastTrack"publication program, made available for informational purposes. Articlesin this program were published without a requirement for independentediting or verification and are provided "as is" withoutguarantee.

Before using any information from this article, independently verify itssuitability for your situation and project.

Issue

  • I need to locate pages that specify an outdated attribute in their custom look and feel. I haven't found what database column indicates that a page is customized. Can you please point out the column to identify such pages?  

Environment

  • DXP 7.4+

Resolution

  • Settings defined under Configure Page > Design > Define a custom theme for this page are stored in the Layout table under the typeSettings column. 
  • For example, creating three pages: test1, test2, and test3. The results are below:
  1. Under test1, set "Use the inherited theme" (no customizing). The typeSettings column is empty.
  2. Under test2, I set a custom theme and deselected the "Show Header Search" box. The typeSettings column now shows:
    layoutUpdateable=true
    lfr-theme:regular:show-header-search=false
    published=true
  3. Under test3, I set a custom theme and deselected all the boxes. The typeSettings column now shows:
    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

Additional Information

 

Did this article resolve your issue ?

Legacy Knowledge Base