mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-03 17:31:55 +01:00
d444b56849
This updated the packages to the latest versions with the latest fixes.
Gutenberg changes: 35f10c1836
Includes the following bug fixes:
- Only add layout classes to inner wrapper if block is a container.
- Revert dynamic block anchor support
- [Inserter - Media tab]: Upload Openverse images when inserted
- SpacingSizesControl: Fix white dot on thumb
- Site Editor: update the edit button
- Change "Browse all templates" to "Manage all templates" in template details popover
- Remove TemplateAreas from template details
- Add support for orientation-based block movers to core/social-links
- Site Editor: polish add template modal style
- Match color of the focus template view with site dark material
- Site Editor: Fix routing for Classic themes using block-based template parts
- Remove broken site editor redirect
- Make the template customized info accessible
- Sort templates and template parts by slug
- Prevent distracting focused back button on site editor load
- Fix: Content only CPT template locking.
- Pin floating-ui/react-dom version
- Widget Importer: Don't render controls when there's nothing to import
- Post Editor: Update postContentBlock check to see if the block is valid
- Site Tagline: Add example so that it will display in style book
- Remove copy for managing a block's style variations
- Fix the site editor home page loading when installed in a subdirectory
- Global Styles: Display preset names via the tooltip
- [Query Loop] Fix top border in pattern selection modal
- Site Editor: Fix the 'Browse all' link in the template details modal
- Site Editor: Fix the tooltip and shortcut for the global save button
- Make the Site Logo block placeholder state smaller
- Site Editor Sidebar: Add line-height for template/parts name and update width for edit button
- Style Book: Focus the Style Book when opened, and enable ESCAPE key to close
- [Site Editor]: Set html block as freeform fallback block
- Make the performance tests more stable
- Adds all allowed innerblocks to the inspector animation experiment
- Revert Link control UX changes for WP 6.2
- Fix Site Editor perf tests
- Playwright: fix request utils for non Docker envs
See #57471.
Props Mamaduka, ntsekouras.
Built from https://develop.svn.wordpress.org/trunk@55440
git-svn-id: http://core.svn.wordpress.org/trunk@54973 1a063a9b-81f0-0310-95a4-ce76da25c4cd
66 lines
1.4 KiB
JSON
66 lines
1.4 KiB
JSON
{
|
||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||
"apiVersion": 2,
|
||
"name": "core/site-title",
|
||
"title": "Site Title",
|
||
"category": "theme",
|
||
"description": "Displays the name of this site. Update the block, and the changes apply everywhere it’s used. This will also appear in the browser title bar and in search results.",
|
||
"textdomain": "default",
|
||
"attributes": {
|
||
"level": {
|
||
"type": "number",
|
||
"default": 1
|
||
},
|
||
"textAlign": {
|
||
"type": "string"
|
||
},
|
||
"isLink": {
|
||
"type": "boolean",
|
||
"default": true
|
||
},
|
||
"linkTarget": {
|
||
"type": "string",
|
||
"default": "_self"
|
||
}
|
||
},
|
||
"example": {
|
||
"viewportWidth": 500
|
||
},
|
||
"supports": {
|
||
"align": [ "wide", "full" ],
|
||
"html": false,
|
||
"color": {
|
||
"gradients": true,
|
||
"link": true,
|
||
"__experimentalDefaultControls": {
|
||
"background": true,
|
||
"text": true,
|
||
"link": true
|
||
}
|
||
},
|
||
"spacing": {
|
||
"padding": true,
|
||
"margin": true
|
||
},
|
||
"typography": {
|
||
"fontSize": true,
|
||
"lineHeight": true,
|
||
"__experimentalFontFamily": true,
|
||
"__experimentalTextTransform": true,
|
||
"__experimentalTextDecoration": true,
|
||
"__experimentalFontStyle": true,
|
||
"__experimentalFontWeight": true,
|
||
"__experimentalLetterSpacing": true,
|
||
"__experimentalDefaultControls": {
|
||
"fontSize": true,
|
||
"lineHeight": true,
|
||
"fontAppearance": true,
|
||
"letterSpacing": true,
|
||
"textTransform": true
|
||
}
|
||
}
|
||
},
|
||
"editorStyle": "wp-block-site-title-editor",
|
||
"style": "wp-block-site-title"
|
||
}
|