Copy of One Common Thread's Mission (Dawn Version)
{% comment %}
The Circle — dark hero + monthly tier cards for the OCT Circle page.
{% endcomment %}
{% schema %}
{
"name": "PKS: The Circle",
"tag": "section",
"class": "pks-circle-section",
"settings": [
{ "type": "text", "id": "eyebrow", "label": "Eyebrow (script)", "default": "a monthly amount we can count on" },
{ "type": "text", "id": "heading", "label": "Heading", "default": "The Circle is how the sewing gets planned instead of guessed." },
{ "type": "richtext", "id": "text", "label": "Body text", "default": "
{%- if section.settings.eyebrow != blank -%}
{{ section.settings.eyebrow | escape }}
{%- endif -%}
{%- if section.settings.heading != blank -%}
{%- if section.settings.image != blank -%}
{{ section.settings.heading | escape }}
{%- endif -%} {%- if section.settings.text != blank -%}{{ section.settings.text }}
{%- endif -%}
{{ section.settings.image | image_url: width: 1000 | image_tag: loading: 'eager' }}
{%- endif -%}
{%- if section.settings.tiers_heading != blank -%}
{{ section.settings.tiers_heading | escape }}
{%- endif -%} {%- if section.settings.tiers_subtext != blank -%}{{ section.settings.tiers_subtext | escape }}
{%- endif -%}
{%- for block in section.blocks -%}
{%- if block.settings.highlight and block.settings.badge != blank -%}
{{ block.settings.badge | escape }}
{%- endif -%}
{%- if block.settings.tag != blank -%}
{{ block.settings.tag | escape }}
{%- endif -%}
{%- endfor -%}
{{ block.settings.amount | escape }}
/ month
{{ block.settings.text | escape }}
{%- if block.settings.button_label != blank and block.settings.button_link != blank -%} {{ block.settings.button_label | escape }} {%- endif -%}A one-time gift helps once. A monthly one lets us tell a Maker in January what she will earn in March — which is the difference between relief and a wage.
" }, { "type": "image_picker", "id": "image", "label": "Hero photo" }, { "type": "header", "content": "Tiers" }, { "type": "text", "id": "tiers_heading", "label": "Tiers heading", "default": "Pick a monthly amount" }, { "type": "text", "id": "tiers_subtext", "label": "Tiers subtext", "default": "Cancel any time. Every tier is the same promise, at a different size." } ], "blocks": [ { "type": "tier", "name": "Tier", "settings": [ { "type": "text", "id": "tag", "label": "Script tag", "default": "a steady hand" }, { "type": "text", "id": "amount", "label": "Amount", "default": "$15" }, { "type": "textarea", "id": "text", "label": "Description" }, { "type": "text", "id": "button_label", "label": "Button label", "default": "Join at $15" }, { "type": "url", "id": "button_link", "label": "Button link" }, { "type": "checkbox", "id": "highlight", "label": "Highlight this tier", "default": false }, { "type": "text", "id": "badge", "label": "Badge text (highlighted tier only)", "default": "Most chosen" } ] } ], "max_blocks": 4, "presets": [ { "name": "PKS: The Circle", "blocks": [ { "type": "tier", "settings": { "tag": "a steady hand", "amount": "$15", "text": "Covers thread, needles and fabric for one Maker for a month.", "button_label": "Join at $15" } }, { "type": "tier", "settings": { "tag": "a week of work", "amount": "$40", "text": "Roughly a week of sewing income, every month, for one woman.", "button_label": "Join at $40", "highlight": true } }, { "type": "tier", "settings": { "tag": "a whole month", "amount": "$150", "text": "One Maker's full month of income, renewed for as long as you stay.", "button_label": "Join at $150" } } ] } ] } {% endschema %}