{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "necessary-block/socialmedia-block",
  "version": "1.1.1",
  "title": "Social Media Block",
  "category": "necessary-blocks",
  "icon": "share",
  "description": "A block to add social media icons with customizable settings by Coders Time",
  "example": {},
  "supports": {
    "html": false,
    "align": true,
    "spacing": {
      "margin": true,
      "padding": true
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "__experimentalFontStyle": true,
      "__experimentalTextTransform": true,
      "__experimentalTextDecoration": true,
      "__experimentalLetterCase": true,
      "__experimentalLetterSpacing": true,
      "__experimentalWritingMode": true
    },
    "className": true,
    "customClassName": true
  },
  "attributes": {
    "selectedNetworks": {
      "type": "array",
      "default": []
    },
    "links": {
      "type": "object",
      "default": {}
    },
    "showText": {
      "type": "boolean",
      "default": true
    },
    "justification": {
      "type": "string",
      "default": "center"
    },
    "orientation": {
      "type": "string",
      "default": "horizontal"
    },
    "allowWrap": {
      "type": "boolean",
      "default": false
    },
    "openInNewTab": {
      "type": "boolean",
      "default": false
    }
  },
  "keywords": [
    "Social Media Block",
    "necessary Blocks",
    "Social Media"
  ],
  "textdomain": "socialmedia-block",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}