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