{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "caledros-basic-blocks/social-icons-group",
  "title": "Social Icons Group",
  "category": "caledros-basic-blocks",
  "icon": "block-default",
  "description": "A group of social media icons, ideal for linking to external platforms.",
  "keywords": ["menu", "link"],
  "version": "1.0",
  "textdomain": "caledros-basic-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "example": {
    "innerBlocks": [
      {
        "name": "caledros-basic-blocks/social-icon",
        "attributes": { "socialMediaIcon": "facebook" }
      },
      {
        "name": "caledros-basic-blocks/social-icon",
        "attributes": { "socialMediaIcon": "youtube" }
      },
      {
        "name": "caledros-basic-blocks/social-icon",
        "attributes": { "socialMediaIcon": "instagram" }
      }
    ],
    "viewportWidth": 250
  },
  "attributes": {
    "iconsGap": {
      "type": "number",
      "default": 5
    },
    "groupMargin": {
      "type": "object",
      "default": {
        "top": "0px",
        "right": "0px",
        "bottom": "0px",
        "left": "0px",
        "differentMarginsEnabled": false
      }
    },
    "socialIconsSize": {
      "type": "number",
      "default": 30
    },
    "socialIconsColor": {
      "type": "string",
      "default": "#000"
    },
    "socialIconsDarkColor": {
      "type": "string",
      "default": "#ffffff"
    }
  },
  "supports": {
    "className": false
  }
}
