Skip to main content

RequiredLayoutThemeObject

Makes sure that the theme.liquid layout file contains the required {{ content_for_header }} and {{ content_for_layout }} objects.


The following example contains the default configuration for this check:

RequiredLayoutThemeObject:
enabled: true
severity: error
ParameterDescription
enabledWhether this check is enabled.
severityThe severity of the check.

Theme Check can correct this error using the --auto-correct flag. When the flag is specified, Theme Check automatically adds any missing tags to theme.liquid. The {{ content_for_header }} object is added before the closing </head> tag, and the {{ content_for_layout }} object is added before the closing </body> tag.


Anchor to Disabling this checkDisabling this check

This check is safe to disable.


Was this page helpful?