{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "evb/row-columns",
  "version": "0.22",
  "title": "Row Columns (Grid)",
  "description": "Make adaptive layouts with Row Columns",
  "allowedBlocks": [
    "evb/cell"
  ],
  "keywords": [
    "columns",
    "rows",
    "container",
    "page builder",
    "layout",
    "section",
    "grid",
    "flex",
    "wrapper"
  ],
  "category": "evb-blocks",
  "textdomain": "envision-page-builder",
  "attributes": {
    "align": {
      "type": "string",
      "default": "wide"
    },
    "gap": {
      "type": "object",
      "default": {
        "row": "20px",
        "column": "20px"
      }
    },
    "cells": {
      "type": "object",
      "default": {
        "height": "",
        "align": {
          "vertical": "center"
        }
      }
    },
    "shape": {
      "type": "object",
      "default": {
        "top": {
          "type": "",
          "svg": "",
          "width": "100%",
          "height": "150px",
          "color": "#fff",
          "flip": false,
          "invert": false
        },
        "bottom": {
          "type": "",
          "svg": "",
          "width": "100%",
          "height": "150px",
          "color": "#fff",
          "flip": false,
          "invert": false
        }
      }
    },
    "advanced": {
      "type": "object",
      "default": {
        "dimension": {
          "max-width": {
            "desktop": "",
            "tablet": "",
            "mobile": ""
          },
          "min-height": {
            "desktop": "",
            "tablet": "",
            "mobile": ""
          },
          "padding": {
            "desktop": "50px 0 50px 0",
            "tablet": "",
            "mobile": ""
          },
          "margin": {
            "desktop": "",
            "tablet": "",
            "mobile": ""
          }
        },
        "background": {
          "normal": "",
          "hover": ""
        },
        "animation": {
          "type": ""
        },
        "transitions": "color 0.5s ease 0s, background 0.5s ease 0s, border 0.5s ease 0s, border-radius 0.5s ease 0s, box-shadow 0.5s ease 0s, text-shadow 0.5s ease 0s, transform 0.5s ease 0s, opacity 0.5s ease 0s"
      }
    }
  },
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "html": false
  },
  "example": {
    "attributes": {},
    "innerBlocks": [
      {
        "name": "evb/cell",
        "attributes": {
          "cells": {
            "column": {
              "desktop": 4,
              "tablet": 4,
              "mobile": 4
            },
            "row": {}
          },
          "advanced": {
            "dimension": {
              "min-height": {
                "desktop": "150px"
              }
            },
            "background": {
              "normal": "background-color: #000000;"
            }
          }
        }
      },
      {
        "name": "evb/cell",
        "attributes": {
          "cells": {
            "column": {
              "desktop": 4,
              "tablet": 4,
              "mobile": 4
            },
            "row": {}
          },
          "advanced": {
            "dimension": {
              "min-height": {
                "desktop": "150px"
              }
            },
            "background": {
              "normal": "background-color: #000000;"
            }
          }
        }
      },
      {
        "name": "evb/cell",
        "attributes": {
          "cells": {
            "column": {
              "desktop": 4,
              "tablet": 4,
              "mobile": 4
            },
            "row": {
              "desktop": 2,
              "tablet": 2,
              "mobile": 2
            }
          },
          "advanced": {
            "dimension": {
              "min-height": {
                "desktop": "150px"
              }
            },
            "background": {
              "normal": "background-color: #000000;"
            }
          }
        }
      },
      {
        "name": "evb/cell",
        "attributes": {
          "cells": {
            "column": {
              "desktop": 8,
              "tablet": 8,
              "mobile": 8
            },
            "row": {}
          },
          "advanced": {
            "dimension": {
              "min-height": {
                "desktop": "150px"
              }
            },
            "background": {
              "normal": "background-color: #000000;"
            }
          }
        }
      }
    ],
    "viewportWidth": 850
  },
  "editorScript": "file:../index.js",
  "style": "file:./script.css",
  "render": "file:./render.php",
  "script": "file:./script.js"
}