{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "nexa/social-share",
  "version": "1.0.0",
  "title": "Social Share",
  "category": "nexa-blocks",
  "description": "Display differnt social share buttons",
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ],
    "className": false,
    "customClassName": false
  },
  "example": {},
  "textdomain": "nexa-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": [
    "file:./frontend.js",
    "nexa-blocks-sharer-script"
  ]
}