{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "inseri-core/export",
  "title": "Export",
  "category": "inseri",
  "description": "Allow the guests to export a post or page.",
  "attributes": {
    "blockId": {
      "type": "string",
      "default": ""
    },
    "postId": {
      "type": "number",
      "default": 0
    },
    "metadata": {
      "type": "object",
      "default": {
        "name": ""
      }
    }
  },
  "supports": {
    "html": false,
    "align": true,
    "alignWide": true,
    "spacing": {
      "margin": true,
      "padding": true
    }
  },
  "textdomain": "inseri-core",
  "editorScript": [
    "file:./index.js",
    "inseri-core-editor"
  ],
  "viewScript": [
    "file:./hydration.js"
  ],
  "style": [
    "file:./index.css"
  ],
  "script": "inseri-core"
}