Blocks
Citera has two theme blocks (in blocks/, reusable across sections that opt
into @theme blocks) plus many section-specific blocks defined inside
individual sections.
Theme blocks
group
blocks/group.liquid
A container block for other blocks — a flex layout.
layout_direction—group--horizontal|group--verticalalignment—flex-start|center|flex-end(vertical only)padding— 0–200px- Presets: “Column” (vertical, flex-start), “Row” (horizontal)
text
blocks/text.liquid
A styled text block.
text— rich texttext_style—text--title|text--subtitle|text--normalalignment—left|center|right
Section-specific blocks
Many sections define their own block types in their {% schema %}. The most
notable:
| Section | Block types |
|---|---|
product | title, price, variant_picker, buy_buttons, key_facts, description, spec, collapsible_row, metafield |
slideshow | slide |
testimonials | quote |
trust-badges | badge |
gallery | image |
collage | image, product |
marquee | message |
faq | question |
footer | menu, text |
story | intro, image-text, quote, stats, values, timeline, banner, cta |
See each section’s page under Sections for what its blocks do and their settings.