Make WordPress Core


Ignore:
Timestamp:
02/09/2024 06:20:12 PM (17 months ago)
Author:
youknowriad
Message:

Editor: Update the WordPress packages to Gutenberg 17.7RC1.

This brings the latest and greatest from Gutenberg.
The full changelog is available here
https://github.com/WordPress/gutenberg/releases/tag/v17.7.0-rc.1

Props youknowriad, get_dave.
See #60315.

File:
1 edited

Legend:

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

    r56710 r57578  
    55    "title": "List",
    66    "category": "text",
     7    "allowedBlocks": [ "core/list-item" ],
    78    "description": "Create a bulleted or numbered list.",
    89    "keywords": [ "bullet list", "ordered list", "numbered list" ],
     
    7172        "__experimentalSelector": "ol,ul",
    7273        "__experimentalOnMerge": true,
    73         "__experimentalSlashInserter": true
     74        "__experimentalSlashInserter": true,
     75        "interactivity": {
     76            "clientNavigation": true
     77        }
    7478    },
    7579    "editorStyle": "wp-block-list-editor",
Note: See TracChangeset for help on using the changeset viewer.