Make WordPress Core


Ignore:
Timestamp:
03/03/2025 06:06:16 PM (16 months ago)
Author:
joemcgill
Message:

Editor: Update packages for 6.8 Beta 1.

Syncs @wordpress/* packages to the 'latest' npm tag.

Props mamaduka, joemcgill, desrosj.
See #62887.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/blocks/blocks-json.php

    r59775 r59906  
    5454        '__experimentalDefaultControls' => array(
    5555          '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
    5665        )
    5766      ),
     
    609618        '__experimentalDefaultControls' => array(
    610619          '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
    611629        )
    612630      ),
     
    59225940      'interactivity' => array(
    59235941        '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        )
    59245956      ),
    59255957      'color' => array(
Note: See TracChangeset for help on using the changeset viewer.