mirror of
https://github.com/WordPress/WordPress.git
synced 2024-10-30 07:20:01 +01:00
cd191ca6fe
Update packages to include these bug fixes from Gutenberg: - Stop keypresses being caught by other elements when they happen in a CustomSelectControl - Remove color, spacing, and layout options for Template Part block - Try: parse shortcode blocks outside the content - Fix aria-modal attribution with multiple navs on page - Gallery block: Remove warning notice about mobile version required - Fix Home template description typo - Fix enqueueing additional styles for blocks only when rendered - fix typo (hanle -> handle) - SelectControl: mark the children prop as optional - Remove warning for enqueued styles in Editor - Add context to font style and font weight related translation strings - Temporarily remove text decoration from Nav block - Fix empty secondary sidebar overlapping widget editor content on mobile viewports - Fix hiding the bottom of tablet/mobile preview in Site Editor See #54487. Props isabel_brison. Built from https://develop.svn.wordpress.org/trunk@52595 git-svn-id: http://core.svn.wordpress.org/trunk@52183 1a063a9b-81f0-0310-95a4-ce76da25c4cd
29 lines
542 B
JSON
29 lines
542 B
JSON
{
|
|
"apiVersion": 2,
|
|
"name": "core/template-part",
|
|
"title": "Template Part",
|
|
"category": "theme",
|
|
"description": "Edit the different global regions of your site, like the header, footer, sidebar, or create your own.",
|
|
"textdomain": "default",
|
|
"attributes": {
|
|
"slug": {
|
|
"type": "string"
|
|
},
|
|
"theme": {
|
|
"type": "string"
|
|
},
|
|
"tagName": {
|
|
"type": "string"
|
|
},
|
|
"area": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"supports": {
|
|
"align": true,
|
|
"html": false,
|
|
"reusable": false
|
|
},
|
|
"editorStyle": "wp-block-template-part-editor"
|
|
}
|