{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "evb/cell",
  "version": "0.22",
  "title": "Cell/Column",
  "description": "Content wrapper for each column item.",
  "parent": [
    "evb/row-columns"
  ],
  "keywords": [
    "grid item",
    "content area",
    "column",
    "container",
    "page builder",
    "layout",
    "section",
    "grid",
    "flex",
    "wrapper"
  ],
  "category": "evb-blocks",
  "textdomain": "envision-page-builder",
  "attributes": {
    "align": {
      "type": "string",
      "default": ""
    },
    "cells": {
      "type": "object",
      "default": {
        "column": {
          "desktop": 4,
          "tablet": 6,
          "mobile": 12
        },
        "row": {
          "desktop": 1,
          "tablet": null,
          "mobile": null
        }
      }
    },
    "content": {
      "type": "object",
      "default": {
        "isFullWidth": true,
        "width": {
          "desktop": "",
          "tablet": "",
          "mobile": ""
        },
        "height": {
          "desktop": "",
          "tablet": "",
          "mobile": ""
        },
        "alignment": {
          "horizontal": {
            "desktop": "center",
            "tablet": "",
            "mobile": ""
          },
          "vertical": {
            "desktop": "center",
            "tablet": "",
            "mobile": ""
          },
          "text": {
            "desktop": "center",
            "tablet": "",
            "mobile": ""
          }
        },
        "max-width": {
          "desktop": "100%",
          "tablet": "100%",
          "mobile": "100%"
        },
        "align": {
          "vertical": "center",
          "horizontal": "center",
          "text": "center"
        }
      }
    },
    "items": {
      "type": "object",
      "default": {
        "direction": {
          "desktop": "column",
          "tablet": "",
          "mobile": ""
        },
        "justify": {
          "desktop": "",
          "tablet": "",
          "mobile": ""
        },
        "align": {
          "desktop": "",
          "tablet": "",
          "mobile": ""
        },
        "rowGap": {
          "desktop": "",
          "tablet": "",
          "mobile": ""
        },
        "columnGap": {
          "desktop": "",
          "tablet": "",
          "mobile": ""
        },
        "wrap": {
          "desktop": "",
          "tablet": "",
          "mobile": ""
        }
      }
    },
    "advanced": {
      "type": "object",
      "default": {
        "dimension": {
          "padding": {
            "desktop": "10px 10px 10px 10px",
            "tablet": "",
            "mobile": ""
          }
        },
        "background": {
          "normal": "",
          "hover": ""
        },
        "animation": {
          "type": ""
        },
        "visual": {
          "overflow": "hidden"
        },
        "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": false,
    "html": false
  },
  "editorScript": "file:../index.js",
  "style": "file:./script.css",
  "render": "file:./render.php",
  "script": "file:./script.js"
}