{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "textdomain": "tour-operator",
  "name": "lsx-tour-operator/dress",
  "title": "Dress",
  "category": "lsx-tour-operator",
  "editorScript": "file:index.js",
  "description": "Display dress code and clothing recommendations for destinations.",
  "icon": "admin-customizer",
  "keywords": [
    "dress",
    "clothing",
    "attire"
  ],
  "example": {
    "attributes": {
      "metadata": {
        "name": "Dress"
      }
    },
    "innerBlocks": [
      [
        "core/group",
        {},
        [
          [
            "core/heading",
            {
              "content": "Dress",
              "level": 3
            }
          ],
          [
            "core/paragraph",
            {
              "content": "Light, breathable clothing recommended. Modest attire required at cultural sites."
            }
          ]
        ]
      ]
    ]
  }
}