{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "textdomain": "tour-operator",
  "name": "lsx-tour-operator/cuisine",
  "title": "Cuisine",
  "category": "lsx-tour-operator",
  "editorScript": "file:index.js",
  "description": "Display local cuisine and food information for destinations.",
  "icon": "food",
  "keywords": [
    "cuisine",
    "food",
    "local",
    "dining"
  ],
  "example": {
    "attributes": {
      "metadata": {
        "name": "Cuisine"
      }
    },
    "innerBlocks": [
      [
        "core/group",
        {},
        [
          [
            "core/heading",
            {
              "content": "Cuisine",
              "level": 3
            }
          ],
          [
            "core/paragraph",
            {
              "content": "Traditional local dishes feature fresh seafood, tropical fruits, and aromatic spices."
            }
          ]
        ]
      ]
    ]
  }
}