2020-07-01 14:29:03 +02:00
|
|
|
{
|
2020-10-20 15:36:16 +02:00
|
|
|
"apiVersion": 2,
|
2020-07-01 14:29:03 +02:00
|
|
|
"name": "core/file",
|
2021-05-19 17:09:27 +02:00
|
|
|
"title": "File",
|
2020-07-01 14:29:03 +02:00
|
|
|
"category": "media",
|
2021-05-19 17:09:27 +02:00
|
|
|
"description": "Add a link to a downloadable file.",
|
|
|
|
"keywords": [ "document", "pdf", "download" ],
|
|
|
|
"textdomain": "default",
|
2020-07-01 14:29:03 +02:00
|
|
|
"attributes": {
|
|
|
|
"id": {
|
|
|
|
"type": "number"
|
|
|
|
},
|
|
|
|
"href": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
2021-11-08 15:29:21 +01:00
|
|
|
"fileId": {
|
|
|
|
"type": "string",
|
|
|
|
"source": "attribute",
|
|
|
|
"selector": "a:not([download])",
|
|
|
|
"attribute": "id"
|
|
|
|
},
|
2020-07-01 14:29:03 +02:00
|
|
|
"fileName": {
|
|
|
|
"type": "string",
|
|
|
|
"source": "html",
|
|
|
|
"selector": "a:not([download])"
|
|
|
|
},
|
|
|
|
"textLinkHref": {
|
|
|
|
"type": "string",
|
|
|
|
"source": "attribute",
|
|
|
|
"selector": "a:not([download])",
|
|
|
|
"attribute": "href"
|
|
|
|
},
|
|
|
|
"textLinkTarget": {
|
|
|
|
"type": "string",
|
|
|
|
"source": "attribute",
|
|
|
|
"selector": "a:not([download])",
|
|
|
|
"attribute": "target"
|
|
|
|
},
|
|
|
|
"showDownloadButton": {
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true
|
|
|
|
},
|
|
|
|
"downloadButtonText": {
|
|
|
|
"type": "string",
|
|
|
|
"source": "html",
|
|
|
|
"selector": "a[download]"
|
2021-05-07 13:48:27 +02:00
|
|
|
},
|
|
|
|
"displayPreview": {
|
|
|
|
"type": "boolean"
|
|
|
|
},
|
|
|
|
"previewHeight": {
|
|
|
|
"type": "number",
|
|
|
|
"default": 600
|
2020-07-01 14:29:03 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"supports": {
|
2020-07-07 16:43:35 +02:00
|
|
|
"anchor": true,
|
2020-07-01 14:29:03 +02:00
|
|
|
"align": true
|
2021-01-28 03:04:13 +01:00
|
|
|
},
|
2021-06-25 17:52:22 +02:00
|
|
|
"viewScript": "file:./view.min.js",
|
2021-01-28 03:04:13 +01:00
|
|
|
"editorStyle": "wp-block-file-editor",
|
|
|
|
"style": "wp-block-file"
|
2020-07-01 14:29:03 +02:00
|
|
|
}
|