{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "publuu-block/publuu-block",
  "version": "0.2.0",
  "title": "Publuu",
  "category": "embed",
  "icon": "publuu",
  "description": "Embed a Publuu Flipbook",
  "supports": {
    "html": true
  },
  "textdomain": "publuu-flipbook",
  "attributes": {
    "message": {
      "type": "string",
      "default": "Publuu embed block"
    },
    "publuus": {
      "type": "object"
    },
    "publuuSelected": {
      "type": "string"
    },
    "publuuBorder": {
      "type": "string"
    },
    "publuuFold": {
      "type": "string"
    },
    "publuuLink": {
      "type": "string"
    },
    "publuuLinkPage": {
      "type": "string",
      "default": "https://publuu.com/"
    },
    "publuuPages": {
      "type": "integer",
      "default": 0
    },
    "publuuEmbedPage": {
      "type": "integer",
      "default": 0
    },
    "customizeDisabled": {
      "type": "boolean",
      "default": true
    },
    "showBorder": {
      "type": "boolean",
      "default": false
    },
    "showFold": {
      "type": "boolean",
      "default": false
    },
    "responsiveWidth": {
      "type": "boolean",
      "default": true
    },
    "pagesEnabled": {
      "type": "boolean",
      "default": false
    },
    "flibookWidth": {
      "type": "integer",
      "default": 800
    },
    "flibookHeight": {
      "type": "integer",
      "default": 500
    }
  },
  "keywords": [
    "publuu",
    "embed",
    "magazine",
    "catalog",
    "report",
    "publication",
    "pdf",
    "flipbook",
    "flip book"
  ],
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}