78 lines
1.4 KiB
JSON
78 lines
1.4 KiB
JSON
{
|
|
"$schema": "https://json.schemastore.org/block.json",
|
|
"apiVersion": 2,
|
|
"name": "tropicalista/pdfembed",
|
|
"version": "0.3.5",
|
|
"title": "Embed Pdf",
|
|
"category": "embed",
|
|
"icon": "pdf",
|
|
"description": "PDF embedder with official Adobe Embed API.",
|
|
"supports": {
|
|
"html": false,
|
|
"anchor": true
|
|
},
|
|
"attributes": {
|
|
"id": {
|
|
"type": "string",
|
|
"source": "attribute",
|
|
"attribute": "id"
|
|
},
|
|
"blockId": {
|
|
"type": "string"
|
|
},
|
|
"apiKey": {
|
|
"type": "string"
|
|
},
|
|
"width": {
|
|
"type": "number"
|
|
},
|
|
"height": {
|
|
"type": "string",
|
|
"default": "500px"
|
|
},
|
|
"mediaUrl": {
|
|
"type": "string"
|
|
},
|
|
"fileName": {
|
|
"type": "string",
|
|
"default": "My PDF"
|
|
},
|
|
"embedMode": {
|
|
"type": "string",
|
|
"default": ""
|
|
},
|
|
"showDownloadPDF": {
|
|
"type": "boolean",
|
|
"default": true
|
|
},
|
|
"showPrintPDF": {
|
|
"type": "boolean",
|
|
"default": true
|
|
},
|
|
"showFullScreen": {
|
|
"type": "boolean",
|
|
"default": true
|
|
},
|
|
"showPageControls": {
|
|
"type": "boolean",
|
|
"default": true
|
|
},
|
|
"dockPageControls": {
|
|
"type": "boolean",
|
|
"default": true
|
|
},
|
|
"enableFormFilling": {
|
|
"type": "boolean",
|
|
"default": true
|
|
},
|
|
"showAnnotationTools": {
|
|
"type": "boolean",
|
|
"default": true
|
|
}
|
|
},
|
|
"textdomain": "pdf-embed",
|
|
"editorScript": "file:./build/index.js",
|
|
"editorStyle": "file:./build/index.css",
|
|
"style": "file:./build/style-index.css",
|
|
"viewScript": "file:./build/frontend.js"
|
|
} |