| 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
Genera il codice del tema Shopify Liquid (sezioni, blocchi, snippet) con lo schema JSON, le intestazioni LiquidDoc, le chiavi di traduzione e i pattern CSS/JS corretti. Da utilizzare durante la creazione o la modifica di file .liquid per temi Shopify, lavorando con schemi, documenti, fogli di stile, tag javascript o oggetti/filtri/tag Shopify Liquid. Fonte: benjaminsehl/liquid-skills.