{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "tanvir-blocks/my-flipbox-front",
  "version": "0.1.0",
  "title": "Flipbox Front",
  "category": "tanvirblocks",
  "icon": "arrow-right-alt",
  "description": "Front side of a flip card — accepts any block.",
  "parent": [
    "tanvir-blocks/my-flipbox"
  ],
  "supports": {
    "html": false,
    "inserter": false,
    "customClassName": true,
    "className": true
  },
  "textdomain": "tanvir-block",
  "render": "file:./render.php",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "attributes": {
    "uniqueId": {
      "type": "string",
      "default": ""
    },
    "hide_d": {
      "type": "boolean",
      "default": false
    },
    "hide_t": {
      "type": "boolean",
      "default": false
    },
    "hide_m": {
      "type": "boolean",
      "default": false
    },
    "spacing_padding": {
      "type": "object",
      "default": {
        "desktop": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        },
        "tablet": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        },
        "mobile": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        }
      }
    },
    "spacing_margin": {
      "type": "object",
      "default": {
        "desktop": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        },
        "tablet": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        },
        "mobile": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        }
      }
    },
    "typography": {
      "type": "object",
      "default": {
        "desktop": {
          "fontSize": "",
          "fontWeight": "",
          "lineHeight": "",
          "letterSpacing": "",
          "textDecoration": "",
          "textAlign": "",
          "textTransform": "",
          "htmlTag": "div",
          "fontColor": ""
        },
        "tablet": {
          "fontSize": "",
          "fontWeight": "",
          "lineHeight": "",
          "letterSpacing": "",
          "textDecoration": "",
          "textAlign": "",
          "textTransform": "",
          "htmlTag": "div",
          "fontColor": ""
        },
        "mobile": {
          "fontSize": "",
          "fontWeight": "",
          "lineHeight": "",
          "letterSpacing": "",
          "textDecoration": "",
          "textAlign": "",
          "textTransform": "",
          "htmlTag": "div",
          "fontColor": ""
        }
      }
    },
    "border": {
      "type": "object",
      "default": {
        "desktop": {
          "border": {},
          "borderStyle": "",
          "borderRadius": {}
        },
        "tablet": {
          "border": {},
          "borderStyle": "",
          "borderRadius": {}
        },
        "mobile": {
          "border": {},
          "borderStyle": "",
          "borderRadius": {}
        }
      }
    },
    "bg_color": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "bg_gradient": {
      "type": "object",
      "default": {
        "desktop": "",
        "tablet": "",
        "mobile": ""
      }
    },
    "bg_image": {
      "type": "object",
      "default": {
        "desktop": {
          "id": 0,
          "url": "",
          "size": "cover",
          "position": "center center",
          "repeat": "no-repeat",
          "blend": "normal",
          "customWidth": "",
          "customHeight": ""
        },
        "tablet": {
          "id": 0,
          "url": "",
          "size": "cover",
          "position": "center center",
          "repeat": "no-repeat",
          "blend": "normal",
          "customWidth": "",
          "customHeight": ""
        },
        "mobile": {
          "id": 0,
          "url": "",
          "size": "cover",
          "position": "center center",
          "repeat": "no-repeat",
          "blend": "normal",
          "customWidth": "",
          "customHeight": ""
        }
      }
    }
  }
}