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 thetypeSettings
column. - For example, creating three pages: test1, test2, and test3. The results are below:
- Under test1, set "Use the inherited theme" (no customizing). The
typeSettings
column is empty. - 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
- 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