{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "itmar/markdown-block",
  "version": "0.1.0",
  "title": "Mark Down",
  "category": "widgets",
  "supports": {
    "html": false
  },
  "attributes": {
    "mdContent": {
      "type": "string"
    },
    "blockArray": {
      "type": "array",
      "default": []
    },
    "element_style_obj": {
      "type": "object",
      "default": {}
    },
    "backgroundColor": {
      "type": "string"
    },
    "backgroundGradient": {
      "type": "string"
    },
    "default_val": {
      "type": "object",
      "default": {
        "margin": {
          "top": "10px",
          "left": "10px",
          "bottom": "10px",
          "right": "10px"
        },
        "padding": {
          "top": "10px",
          "left": "10px",
          "bottom": "10px",
          "right": "10px"
        }
      }
    },
    "mobile_val": {
      "type": "object",
      "default": {
        "margin": {
          "top": "10px",
          "left": "10px",
          "bottom": "10px",
          "right": "10px"
        },
        "padding": {
          "top": "10px",
          "left": "10px",
          "bottom": "10px",
          "right": "10px"
        }
      }
    },
    "radius_value": {
      "type": "object",
      "default": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px",
        "value": "0px"
      }
    },
    "border_value": {
      "type": "object"
    },
    "is_toc": {
      "type": "boolean",
      "default": true
    },
    "toc_set_array": {
      "type": "array",
      "default": [
        "header",
        "sidebar"
      ]
    },
    "isEditMode": {
      "type": "boolean",
      "default": true
    }
  },
  "textdomain": "markdown-block",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}