Changeset 59906 for trunk/src/wp-includes/blocks/blocks-json.php
- Timestamp:
- 03/03/2025 06:06:16 PM (16 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/blocks/blocks-json.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/blocks-json.php
r59775 r59906 54 54 '__experimentalDefaultControls' => array( 55 55 'fontSize' => true 56 ) 57 ), 58 'color' => array( 59 'gradients' => true, 60 'link' => true, 61 '__experimentalDefaultControls' => array( 62 'background' => true, 63 'text' => true, 64 'link' => true 56 65 ) 57 66 ), … … 609 618 '__experimentalDefaultControls' => array( 610 619 'fontSize' => true 620 ) 621 ), 622 'color' => array( 623 'gradients' => true, 624 'link' => true, 625 '__experimentalDefaultControls' => array( 626 'background' => true, 627 'text' => true, 628 'link' => true 611 629 ) 612 630 ), … … 5922 5940 'interactivity' => array( 5923 5941 'clientNavigation' => true 5942 ), 5943 '__experimentalBorder' => array( 5944 'radius' => true, 5945 'color' => true, 5946 'width' => true, 5947 'style' => true 5948 ), 5949 'spacing' => array( 5950 'margin' => true, 5951 'padding' => true, 5952 '__experimentalDefaultControls' => array( 5953 'padding' => false, 5954 'margin' => false 5955 ) 5924 5956 ), 5925 5957 'color' => array(
Note: See TracChangeset
for help on using the changeset viewer.