{
  "id": "section-two-columns",
  "name": "Duas colunas 40 / 60",
  "category": "Seções · Layout",
  "kind": "section",
  "description": "Container flexível com texto e imagem.",
  "block": {
    "type": "container",
    "layout": "40-60",
    "gap": 40,
    "columns": [
      {
        "width": 40,
        "blocks": [
          {
            "type": "text",
            "content": "<h2>Conte sua história</h2><p>Edite este conteúdo visualmente.</p>"
          }
        ]
      },
      {
        "width": 60,
        "blocks": [
          {
            "type": "image",
            "image": "",
            "image_alt": "",
            "caption": ""
          }
        ]
      }
    ],
    "style": {
      "background": "white"
    }
  }
}
