{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "jetix-store-toolkit/social-sharing",
  "title": "STK: Social Sharing",
  "category": "jstk-blocks",
  "description": "Display social sharing buttons on a product page or wishlist page.",
  "keywords": [
    "share",
    "social",
    "woocommerce",
    "jetix"
  ],
  "icon": "share",
  "attributes": {
    "context": {
      "type": "string",
      "default": "product",
      "enum": [
        "product",
        "wishlist"
      ]
    }
  },
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ]
  },
  "editorScript": "file:./index.js",
  "textdomain": "jetix-store-toolkit"
}