Blueprint Parser Test

Debug: Database Block Types

[
  "bullet-list",
  "button-group",
  "header-nav",
  "headline",
  "image",
  "text"
]

Sample Blocks

[
  {
    "id": 1230023,
    "blockType": "header-nav",
    "content": {
      "bgColor": "#ffffff",
      "ctaColor": "#10b981",
      "ctaText": "Get Started",
      "ctaUrl": "/signup",
      "links": [
        {
          "text": "Home",
          "type": "url",
          "url": "/"
        },
        {
          "text": "About",
          "type": "url",
          "url": "/about"
        }
      ],
      "logoImage": "",
      "logoText": "Brand",
      "logoType": "text",
      "showCTA": true,
      "textColor": "#1f2937"
    },
    "styles": {}
  },
  {
    "id": 1230024,
    "blockType": "headline",
    "content": {
      "alignment": "left",
      "color": "#ffffff",
      "fontSize": "32px",
      "fontWeight": "bold",
      "level": "h2",
      "lineHeight": "1.2",
      "text": ""
    },
    "styles": {}
  },
  {
    "id": 1230025,
    "blockType": "bullet-list",
    "content": {
      "columns": 1,
      "fontSize": "1rem",
      "fontWeight": "400",
      "gap": "12px",
      "globalBulletType": "icon",
      "globalIcon": "Check",
      "globalIconColor": "#6366f1",
      "iconSize": 20,
      "items": [
        {
          "text": "First item"
        },
        {
          "text": "Second item"
        },
        {
          "text": "Third item"
        }
      ],
      "maxWidth": "680px",
      "textColor": "#000000"
    },
    "styles": {}
  },
  {
    "id": 1230026,
    "blockType": "button-group",
    "content": {
      "alignment": "center",
      "borderRadius": "8px",
      "buttons": [
        {
          "action": {
            "pageSlug": "",
            "type": "page"
          },
          "backgroundColor": "#d4af37",
          "color": "#0f0f0f",
          "text": "Button 1"
        },
        {
          "action": {
            "pageSlug": "",
            "type": "page"
          },
          "backgroundColor": "#6366f1",
          "color": "#ffffff",
          "text": "Button 2"
        }
      ],
      "fontSize": "16px",
      "fontWeight": "600",
      "gap": "12px",
      "padding": "12px 32px"
    },
    "styles": {}
  },
  {
    "id": 1230027,
    "blockType": "text",
    "content": {
      "alignment": "left",
      "color": "#a3a3a3",
      "fontSize": "16px",
      "lineHeight": "1.6",
      "text": ""
    },
    "styles": {}
  },
  {
    "id": 1230028,
    "blockType": "image",
    "content": {
      "alt": "",
      "borderRadius": "0px",
      "src": "",
      "width": "100%"
    },
    "styles": {}
  },
  {
    "id": 1230029,
    "blockType": "headline",
    "content": {
      "alignment": "left",
      "color": "#ffffff",
      "fontSize": "32px",
      "fontWeight": "bold",
      "level": "h2",
      "lineHeight": "1.2",
      "text": ""
    },
    "styles": {}
  },
  {
    "id": 1230030,
    "blockType": "text",
    "content": {
      "alignment": "left",
      "color": "#a3a3a3",
      "fontSize": "16px",
      "lineHeight": "1.6",
      "text": ""
    },
    "styles": {}
  },
  {
    "id": 1230031,
    "blockType": "headline",
    "content": {
      "alignment": "left",
      "color": "#ffffff",
      "fontSize": "32px",
      "fontWeight": "bold",
      "level": "h2",
      "lineHeight": "1.2",
      "text": ""
    },
    "styles": {}
  },
  {
    "id": 1230032,
    "blockType": "text",
    "content": {
      "alignment": "left",
      "color": "#a3a3a3",
      "fontSize": "16px",
      "lineHeight": "1.6",
      "text": ""
    },
    "styles": {}
  }
]