2020-07-01 08:29:03 -04:00
|
|
|
{
|
2022-04-12 11:12:47 -04:00
|
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
2023-06-27 10:24:19 -04:00
|
|
|
"apiVersion": 3,
|
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"
|
|
|
|
},
|
2024-09-19 21:55:35 -04:00
|
|
|
"blob": {
|
|
|
|
"type": "string",
|
2024-09-30 01:11:31 -04:00
|
|
|
"role": "local"
|
2024-09-19 21:55:35 -04:00
|
|
|
},
|
2020-07-01 08:29:03 -04:00
|
|
|
"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": {
|
Editor: Update the WordPress packages to the Gutenberg 16.7 RC2 version.
This patch, somewhat small brings a lot to WordPress.
This includes features like:
- DataViews.
- Customization tools like box shadow, background size and repeat.
- UI improvements in the site editor.
- Preferences sharing between the post and site editors.
- Unified panels and editors between post and site editors.
- Improved template mode in the post editor.
- Iterations to multiple interactive blocks.
- Preparing the blocks and UI for pattern overrides.
- and a lot more.
Props luisherranz, gziolo, isabel_brison, costdev, jonsurrell, peterwilsoncc, get_dave, antonvlasenko, desrosj.
See #60315.
Built from https://develop.svn.wordpress.org/trunk@57377
git-svn-id: http://core.svn.wordpress.org/trunk@56883 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-01-29 16:07:12 -05:00
|
|
|
"type": "rich-text",
|
|
|
|
"source": "rich-text",
|
2020-07-01 08:29:03 -04:00
|
|
|
"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": {
|
Editor: Update the WordPress packages to the Gutenberg 16.7 RC2 version.
This patch, somewhat small brings a lot to WordPress.
This includes features like:
- DataViews.
- Customization tools like box shadow, background size and repeat.
- UI improvements in the site editor.
- Preferences sharing between the post and site editors.
- Unified panels and editors between post and site editors.
- Improved template mode in the post editor.
- Iterations to multiple interactive blocks.
- Preparing the blocks and UI for pattern overrides.
- and a lot more.
Props luisherranz, gziolo, isabel_brison, costdev, jonsurrell, peterwilsoncc, get_dave, antonvlasenko, desrosj.
See #60315.
Built from https://develop.svn.wordpress.org/trunk@57377
git-svn-id: http://core.svn.wordpress.org/trunk@56883 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2024-01-29 16:07:12 -05:00
|
|
|
"type": "rich-text",
|
|
|
|
"source": "rich-text",
|
2020-07-01 08:29:03 -04:00
|
|
|
"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,
|
2023-06-27 10:24:19 -04:00
|
|
|
"align": true,
|
2023-09-26 10:23:26 -04:00
|
|
|
"spacing": {
|
|
|
|
"margin": true,
|
|
|
|
"padding": true
|
|
|
|
},
|
2023-06-27 10:24:19 -04:00
|
|
|
"color": {
|
|
|
|
"gradients": true,
|
|
|
|
"link": true,
|
|
|
|
"text": false,
|
|
|
|
"__experimentalDefaultControls": {
|
|
|
|
"background": true,
|
|
|
|
"link": true
|
|
|
|
}
|
2023-09-26 10:23:26 -04:00
|
|
|
},
|
2024-09-19 21:55:35 -04:00
|
|
|
"__experimentalBorder": {
|
|
|
|
"radius": true,
|
|
|
|
"color": true,
|
|
|
|
"width": true,
|
|
|
|
"style": true,
|
|
|
|
"__experimentalDefaultControls": {
|
|
|
|
"radius": true,
|
|
|
|
"color": true,
|
|
|
|
"width": true,
|
|
|
|
"style": true
|
|
|
|
}
|
|
|
|
},
|
2023-09-26 10:23:26 -04:00
|
|
|
"interactivity": true
|
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
|
|
|
}
|