Make WordPress Core


Ignore:
Timestamp:
02/07/2025 03:44:07 PM (14 months ago)
Author:
joemcgill
Message:

Editor: Update packages for 6.8 pre-Betas.

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

Props mamaduka, joemcgill, youknowriad, swissspidy, sergiomdgomes, gziolo.
See #62887.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/block-editor.php

    r59260 r59775  
    224224        'imageSizes'                       => $available_image_sizes,
    225225        'maxUploadFileSize'                => $max_upload_size,
     226        '__experimentalDashboardLink'      => admin_url( '/' ),
    226227        // The following flag is required to enable the new Gallery block format on the mobile apps in 5.9.
    227228        '__unstableGalleryWithImageBlocks' => true,
Note: See TracChangeset for help on using the changeset viewer.