Changeset 58187 for trunk/src/wp-includes/blocks/blocks-json.php
- Timestamp:
- 05/23/2024 07:37:08 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/blocks-json.php
r57663 r58187 303 303 'supports' => array( 304 304 'anchor' => true, 305 'splitting' => true, 305 306 'align' => false, 306 307 'alignWide' => false, … … 1644 1645 ), 1645 1646 'supports' => array( 1647 '__experimentalOnEnter' => true, 1646 1648 'align' => array( 1647 1649 'wide', … … 2241 2243 'anchor' => true, 2242 2244 'className' => true, 2245 'splitting' => true, 2243 2246 'color' => array( 2244 2247 'gradients' => true, … … 2771 2774 'supports' => array( 2772 2775 'anchor' => true, 2773 ' className' => false,2776 'html' => false, 2774 2777 'typography' => array( 2775 2778 'fontSize' => true, … … 2802 2805 ), 2803 2806 '__unstablePasteTextInline' => true, 2804 '__experimentalSelector' => 'ol,ul',2805 2807 '__experimentalOnMerge' => true, 2806 2808 '__experimentalSlashInserter' => true, … … 2839 2841 'supports' => array( 2840 2842 'className' => false, 2841 '__experimentalSelector' => 'li', 2843 '__experimentalSelector' => '.wp-block-list > li', 2844 'splitting' => true, 2842 2845 'spacing' => array( 2843 2846 'margin' => true, … … 3014 3017 'allowedBlocks' => array( 3015 3018 'type' => 'array' 3016 ) 3019 ), 3020 'useFeaturedImage' => array( 3021 'type' => 'boolean', 3022 'default' => false 3023 ) 3024 ), 3025 'usesContext' => array( 3026 'postId', 3027 'postType' 3017 3028 ), 3018 3029 'supports' => array( … … 3280 3291 ) 3281 3292 ), 3282 '__experimentalStyle' => array(3283 'elements' => array(3284 'link' => array(3285 'color' => array(3286 'text' => 'inherit'3287 )3288 )3289 )3290 ),3291 3293 'interactivity' => true, 3292 3294 'renaming' => false … … 3614 3616 ), 3615 3617 'textdomain' => 'default', 3616 'usesContext' => array(3617 'postId'3618 ),3619 3618 'attributes' => array( 3620 3619 'align' => array( … … 3643 3642 ), 3644 3643 'supports' => array( 3644 'splitting' => true, 3645 3645 'anchor' => true, 3646 3646 'className' => false, … … 4186 4186 ), 4187 4187 'color' => array( 4188 '__experimentalDuotone' => 'img, .wp-block-post-featured-image__placeholder, .components-placeholder__illustration, .components-placeholder::before',4189 4188 'text' => false, 4190 4189 'background' => false … … 4194 4193 'radius' => true, 4195 4194 'width' => true, 4196 '__experimentalSelector' => 'img, .block-editor-media-placeholder, .wp-block-post-featured-image__overlay',4197 4195 '__experimentalSkipSerialization' => true, 4198 4196 '__experimentalDefaultControls' => array( … … 4202 4200 ) 4203 4201 ), 4202 'filter' => array( 4203 'duotone' => true 4204 ), 4205 'shadow' => array( 4206 '__experimentalSkipSerialization' => true 4207 ), 4204 4208 'html' => false, 4205 4209 'spacing' => array( … … 4209 4213 'interactivity' => array( 4210 4214 'clientNavigation' => true 4215 ) 4216 ), 4217 'selectors' => array( 4218 'border' => '.wp-block-post-featured-image img, .wp-block-post-featured-image .block-editor-media-placeholder, .wp-block-post-featured-image .wp-block-post-featured-image__overlay', 4219 'shadow' => '.wp-block-post-featured-image img, .wp-block-post-featured-image .components-placeholder', 4220 'filter' => array( 4221 'duotone' => '.wp-block-post-featured-image img, .wp-block-post-featured-image .wp-block-post-featured-image__placeholder, .wp-block-post-featured-image .components-placeholder__illustration, .wp-block-post-featured-image .components-placeholder::before' 4211 4222 ) 4212 4223 ), … … 5036 5047 '__experimentalRole' => 'content' 5037 5048 ), 5038 ' align' => array(5049 'textAlign' => array( 5039 5050 'type' => 'string' 5040 5051 ) … … 5476 5487 'textAlign' => array( 5477 5488 'type' => 'string' 5489 ), 5490 'level' => array( 5491 'type' => 'number', 5492 'default' => 0 5478 5493 ) 5479 5494 ), … … 5601 5616 'core/social-links' 5602 5617 ), 5603 'description' => 'Display an icon linking to a social mediaprofile or site.',5618 'description' => 'Display an icon linking to a social profile or site.', 5604 5619 'textdomain' => 'default', 5605 5620 'attributes' => array( … … 5643 5658 'core/social-link' 5644 5659 ), 5645 'description' => 'Display icons linking to your social mediaprofiles or sites.',5660 'description' => 'Display icons linking to your social profiles or sites.', 5646 5661 'keywords' => array( 5647 5662 'links' … … 5803 5818 'hasFixedLayout' => array( 5804 5819 'type' => 'boolean', 5805 'default' => false5820 'default' => true 5806 5821 ), 5807 5822 'caption' => array( … … 6385 6400 'apiVersion' => 3, 6386 6401 'name' => 'core/widget-group', 6402 'title' => 'Widget Group', 6387 6403 'category' => 'widgets', 6388 6404 'attributes' => array(
Note: See TracChangeset
for help on using the changeset viewer.