{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "textdomain": "snow-monkey-blocks",
  "name": "snow-monkey-blocks/price-menu-item",
  "title": "Menu",
  "description": "It is a child block of the price menu block.",
  "category": "smb",
  "parent": [
    "snow-monkey-blocks/price-menu"
  ],
  "attributes": {
    "title": {
      "type": "string",
      "source": "html",
      "selector": ".smb-price-menu__item__title",
      "default": "",
      "role": "content"
    },
    "price": {
      "type": "string",
      "source": "html",
      "selector": ".smb-price-menu__item__price",
      "default": "",
      "role": "content"
    },
    "titleFontSizeSlug": {
      "type": "string"
    },
    "titleFontSize": {
      "type": "string"
    },
    "priceFontSizeSlug": {
      "type": "string"
    },
    "priceFontSize": {
      "type": "string"
    }
  },
  "supports": {
    "html": false,
    "spacing": {
      "padding": true
    }
  },
  "editorScript": "file:./index.js"
}