{% if section.settings.logo != blank %}
{{
section.settings.logo
| image_url: width: 1200
| image_tag:
class: 'events-page__logo',
loading: 'eager',
alt: section.settings.logo.alt
}}
{% else %}
{{ section.settings.logo_placeholder }}
{% endif %}
{{ section.settings.eyebrow }}
{{ section.settings.heading }}
{{ section.settings.intro }}
{% for block in section.blocks %}
{% if block.settings.link != blank %}
{{ block.settings.link_label }}
{% endif %}
{% else %}
{% endfor %}
{{ block.settings.title }}
{{ block.settings.description }}
{{ section.settings.empty_heading }}
{{ section.settings.empty_text }}{{ section.settings.signup_eyebrow }}
{{ section.settings.signup_heading }}
Pop-ups, private experiences, and cultural moments from A Single Unified Force.
" }, { "type": "text", "id": "events_label", "label": "Events list accessibility label", "default": "Upcoming events" }, { "type": "text", "id": "empty_heading", "label": "Empty-state heading", "default": "THE NEXT MOVE IS COMING" }, { "type": "text", "id": "empty_text", "label": "Empty-state text", "default": "Join the list for first access." }, { "type": "text", "id": "signup_eyebrow", "label": "Signup eyebrow", "default": "STAY CLOSE" }, { "type": "text", "id": "signup_heading", "label": "Signup heading", "default": "BE FIRST TO KNOW" }, { "type": "text", "id": "email_label", "label": "Email field label", "default": "Email address" }, { "type": "text", "id": "email_placeholder", "label": "Email placeholder", "default": "EMAIL ADDRESS" }, { "type": "text", "id": "submit_label", "label": "Submit button", "default": "JOIN" }, { "type": "text", "id": "success_message", "label": "Success message", "default": "YOU'RE ON THE LIST." } ], "blocks": [ { "type": "event", "name": "Event", "settings": [ { "type": "text", "id": "date", "label": "Date", "default": "DATE TO BE ANNOUNCED" }, { "type": "text", "id": "location", "label": "Location", "default": "NEW YORK" }, { "type": "text", "id": "title", "label": "Title", "default": "A SINGLE UNIFIED FORCE" }, { "type": "textarea", "id": "description", "label": "Description", "default": "An intimate gathering shaped by clothing, sound, and community." }, { "type": "url", "id": "link", "label": "Link" }, { "type": "text", "id": "link_label", "label": "Link label", "default": "DETAILS" } ] } ], "presets": [ { "name": "Branded events page", "blocks": [ { "type": "event" } ] } ] } {% endschema %}