Make WordPress Core


Ignore:
Timestamp:
05/23/2024 07:37:08 PM (2 years ago)
Author:
ellatrix
Message:

Editor: Update npm packages.

Updates the editor npm packages to latest versions.

See https://github.com/WordPress/wordpress-develop/pull/6612.

Props ellatrix, mukesh27, youknowriad, mamaduka.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/blocks/media-text/block.json

    r57578 r58187  
    9393                "allowedBlocks": {
    9494                        "type": "array"
     95                },
     96                "useFeaturedImage": {
     97                        "type": "boolean",
     98                        "default": false
    9599                }
    96100        },
     101        "usesContext": [ "postId", "postType" ],
    97102        "supports": {
    98103                "anchor": true,
Note: See TracChangeset for help on using the changeset viewer.