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
Layouttable under thetypeSettingscolumn. - For example, creating three pages: test1, test2, and test3. The results are below:
- Under test1, set "Use the inherited theme" (no customizing). The
typeSettingscolumn is empty. - Under test2, I set a custom theme and deselected the "Show Header Search" box. The
typeSettingscolumn now shows:layoutUpdateable=truelfr-theme:regular:show-header-search=falsepublished=true - Under test3, I set a custom theme and deselected all the boxes. The
typeSettingscolumn now shows:designConfigurationModified=truelayoutUpdateable=truelfr-theme:regular:show-footer=falselfr-theme:regular:show-header=falselfr-theme:regular:show-header-search=falselfr-theme:regular:wrap-widget-page-content=false
Additional Information