Skip to content

Instantly share code, notes, and snippets.

@trev-dev
Created September 15, 2020 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trev-dev/9a420a0063bd784fd0bef721f9d5e57f to your computer and use it in GitHub Desktop.
Save trev-dev/9a420a0063bd784fd0bef721f9d5e57f to your computer and use it in GitHub Desktop.
Intermittently Breaking Section
{
"name": "Pool Safety Covers",
"settings": [
{
"type": "paragraph",
"content": "Set up safety covers for your pool covers and steps."
}
],
"blocks": [
{
"type": "pool_cover",
"name": "Pool Cover",
"settings": [
{
"type": "number",
"label": "Pool width",
"id": "width"
},
{
"type": "number",
"label": "Pool length",
"id": "length"
},
{
"type": "number",
"label": "Cover surface area",
"id": "surface_area"
},
{
"type": "header",
"content": "Anchor Counts"
},
{
"type": "number",
"label": "5x5 grid anchor count",
"id": "fiveby_anchors"
},
{
"type": "number",
"label": "3x3 grid anchor count",
"id": "threeby_anchors"
},
{
"type": "header",
"content": "Standard Material"
},
{
"type": "product",
"label": "5x5 standard material product",
"id": "fiveby_standard"
},
{
"type": "product",
"label": "3x3 standard material product",
"id": "threeby_standard"
},
{
"type": "header",
"content": "Deluxe Material"
},
{
"type": "product",
"label": "5x5 deluxe material product",
"id": "fiveby_deluxe"
},
{
"type": "product",
"label": "3x3 deluxe material product",
"id": "threeby_deluxe"
}
]
},
{
"type": "step_cover",
"name": "Step Cover",
"settings": [
{
"type": "text",
"label": "Drop-down label",
"id": "label"
},
{
"type": "header",
"content": "Anchor Counts"
},
{
"type": "number",
"label": "5x5 grid anchor count",
"id": "fiveby_anchors"
},
{
"type": "number",
"label": "3x3 grid anchor count",
"id": "threeby_anchors"
},
{
"type": "header",
"content": "Standard Material"
},
{
"type": "product",
"label": "5x5 standard material product",
"id": "fiveby_standard"
},
{
"type": "product",
"label": "3x3 standard material product",
"id": "threeby_standard"
},
{
"type": "header",
"content": "Deluxe Material"
},
{
"type": "product",
"label": "5x5 deluxe material product",
"id": "fiveby_deluxe"
},
{
"type": "product",
"label": "3x3 deluxe material product",
"id": "threeby_deluxe"
}
]
},
{
"type": "anchor",
"name": "Anchor Option",
"settings": [
{
"type": "text",
"label": "Button Text",
"id": "label"
},
{
"type": "product",
"label": "Anchor product",
"id": "anchor_id"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment