Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 755 Bytes

required_layout_theme_object.md

File metadata and controls

28 lines (18 loc) · 755 Bytes

Prevent missing required objects in theme.liquid (RequiredLayoutThemeObject)

Check Details

This check prevents missing {{ content_for_header }} and {{ content_for_layout }} objects in layout/theme.liquid.

Check Options

The default configuration for this check is the following:

RequiredLayoutThemeObject:
  enabled: true

Version

This check has been introduced in Theme Check 0.1.0.

Resources