16
|
1 |
{ |
18
|
2 |
"apiVersion": 2, |
16
|
3 |
"name": "core/file", |
18
|
4 |
"title": "File", |
16
|
5 |
"category": "media", |
18
|
6 |
"description": "Add a link to a downloadable file.", |
|
7 |
"keywords": [ "document", "pdf", "download" ], |
|
8 |
"textdomain": "default", |
16
|
9 |
"attributes": { |
|
10 |
"id": { |
|
11 |
"type": "number" |
|
12 |
}, |
|
13 |
"href": { |
|
14 |
"type": "string" |
|
15 |
}, |
|
16 |
"fileName": { |
|
17 |
"type": "string", |
|
18 |
"source": "html", |
|
19 |
"selector": "a:not([download])" |
|
20 |
}, |
|
21 |
"textLinkHref": { |
|
22 |
"type": "string", |
|
23 |
"source": "attribute", |
|
24 |
"selector": "a:not([download])", |
|
25 |
"attribute": "href" |
|
26 |
}, |
|
27 |
"textLinkTarget": { |
|
28 |
"type": "string", |
|
29 |
"source": "attribute", |
|
30 |
"selector": "a:not([download])", |
|
31 |
"attribute": "target" |
|
32 |
}, |
|
33 |
"showDownloadButton": { |
|
34 |
"type": "boolean", |
|
35 |
"default": true |
|
36 |
}, |
|
37 |
"downloadButtonText": { |
|
38 |
"type": "string", |
|
39 |
"source": "html", |
|
40 |
"selector": "a[download]" |
18
|
41 |
}, |
|
42 |
"displayPreview": { |
|
43 |
"type": "boolean" |
|
44 |
}, |
|
45 |
"previewHeight": { |
|
46 |
"type": "number", |
|
47 |
"default": 600 |
16
|
48 |
} |
|
49 |
}, |
|
50 |
"supports": { |
|
51 |
"anchor": true, |
|
52 |
"align": true |
18
|
53 |
}, |
|
54 |
"viewScript": "file:./view.min.js", |
|
55 |
"editorStyle": "wp-block-file-editor", |
|
56 |
"style": "wp-block-file" |
16
|
57 |
} |