{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "textdomain": "tour-operator",
  "name": "lsx-tour-operator/minimum-child-age",
  "title": "Minimum Child Age",
  "category": "lsx-tour-operator",
  "editorScript": "file:index.js",
  "description": "Display minimum child age requirements for accommodations.",
  "icon": "id",
  "keywords": [
    "minimum",
    "child",
    "age",
    "requirements"
  ],
  "version": "2.1.0",
  "attributes": {
    "className": {
      "type": "string",
      "default": "lsx-minimum-child-age-wrapper"
    }
  },
  "example": {
    "attributes": {
      "className": "lsx-minimum-child-age-wrapper"
    },
    "innerBlocks": [
      [
        "core/group",
        {
          "layout": {
            "type": "flex",
            "flexWrap": "nowrap",
            "verticalAlignment": "middle"
          }
        },
        [
          [
            "lsx-tour-operator/icons",
            {
              "iconType": "solid",
              "iconName": "minimumChildAgeIcon"
            }
          ],
          [
            "core/paragraph",
            {
              "content": "<strong>Minimum Child Age:</strong>"
            }
          ]
        ]
      ],
      [
        "core/group",
        {
          "layout": {
            "type": "flex",
            "flexWrap": "nowrap"
          }
        },
        [
          [
            "core/paragraph",
            {
              "content": "12 years old"
            }
          ]
        ]
      ]
    ]
  }
}