| 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.