Make WordPress Core


Ignore:
Timestamp:
10/21/2025 07:11:53 AM (3 months ago)
Author:
ellatrix
Message:

Editor: update packages.

Updates the packages to match Gutenberg version 21.9.0 RC2.

Also updates the sync script to work with the new package-lock.json format.
Some reusable block tests were adjusted to work with more render arguments.
Added core-data to the ignore list for verify:source-maps because Yjs has been bundled by accident. To be removed in a follow-up. See https://core.trac.wordpress.org/ticket/64120. See https://github.com/WordPress/gutenberg/pull/72503.

See: https://github.com/WordPress/wordpress-develop/pull/10355.
See: https://core.trac.wordpress.org/ticket/64117.

Props ellatrix, dmsnell.
Fixes #64117.

File:
1 edited

Legend:

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

    r59775 r61009  
    66    "category": "text",
    77    "description": "Hide and show additional content.",
    8     "keywords": [ "accordion", "summary", "toggle", "disclosure" ],
     8    "keywords": [ "summary", "toggle", "disclosure" ],
    99    "textdomain": "default",
    1010    "attributes": {
     
    1616            "type": "rich-text",
    1717            "source": "rich-text",
    18             "selector": "summary"
     18            "selector": "summary",
     19            "role": "content"
    1920        },
    2021        "name": {
     
    2324            "attribute": "name",
    2425            "selector": ".wp-block-details"
    25         },
    26         "allowedBlocks": {
    27             "type": "array"
    2826        },
    2927        "placeholder": {
     
    7674        "interactivity": {
    7775            "clientNavigation": true
    78         }
     76        },
     77        "allowedBlocks": true
    7978    },
    8079    "editorStyle": "wp-block-details-editor",
Note: See TracChangeset for help on using the changeset viewer.