Make WordPress Core


Ignore:
Timestamp:
09/06/2023 03:17:08 AM (3 years ago)
Author:
isabel_brison
Message:

Editor: update packages with bug fixes for 6.3.2

Updates editor npm packages to latest patch versions for the 6.3.x branch.

Props ramonopoly.
See #59293.

File:
1 edited

Legend:

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

    r56255 r56520  
    22222222      ),
    22232223      'width' => array(
    2224         'type' => 'number'
     2224        'type' => 'string'
    22252225      ),
    22262226      'height' => array(
    2227         'type' => 'number'
     2227        'type' => 'string'
    22282228      ),
    22292229      'aspectRatio' => array(
Note: See TracChangeset for help on using the changeset viewer.