{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "wtrb/boxsloganmember",
  "version": "0.1.0",
  "title": "Box Slogan Member Block",
  "category": "wtrb-boxslogans",
  "description": "Individual Box Slogan Child Block display image and important info",
  "supports": {
    "html": false,
    "anchor": false,
    "customClassName": false
  },
  "usesContext": [
    "wtrb/uniqueID",
    "wtrb/titleTag",
    "wtrb/descriptionTag",
    "wtrb/gapDBetweenBlocks",
    "wtrb/gapTBetweenBlocks",
    "wtrb/gapMBetweenBlocks",
    "wtrb/blockBorderRadius",
    "wtrb/deskCols",
    "wtrb/tabCols",
    "wtrb/mobCols",
    "wtrb/contentBoxHeight",
    "wtrb/sloganTextAlignment",
    "wtrb/contentBoxPadding",
    "wtrb/titleColor",
    "wtrb/descriptionColor",
    "wtrb/imageObjectFit",
    "wtrb/imageAspectRatio"
  ],
  "parent": [
    "wtrb/boxslogans"
  ],
  "textdomain": "wtrb-boxslogan-block",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "render": "file:./render.php"
}