| Full-width customizable module | Section | Has {% schema %}, appears in editor, renders blocks | | Small nestable component with editor settings | Block | Has {% schema %}, can nest inside sections/blocks | | Reusable logic, not editable by merchant | Snippet | No schema, rendered via {% render %}, takes params |
| Logic shared across blocks/snippets | Snippet | Blocks can't {% render %} other blocks |
Comparison: ==, !=, >, =, <= Logical: and, or, contains
正しいスキーマ JSON、LiquidDoc ヘッダー、翻訳キー、CSS/JS パターンを使用して Shopify Liquid テーマ コード (セクション、ブロック、スニペット) を生成します。 Shopify テーマの .liquid ファイルを作成または編集する場合、スキーマ、ドキュメント、スタイルシート、JavaScript タグ、または Shopify Liquid オブジェクト/フィルター/タグを操作する場合に使用します。 ソース: benjaminsehl/liquid-skills。