Make WordPress Core


Ignore:
Timestamp:
02/09/2024 06:20:12 PM (12 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-item/block.json

    r57377 r57578  
    66    "category": "text",
    77    "parent": [ "core/list" ],
     8    "allowedBlocks": [ "core/list" ],
    89    "description": "Create a list item.",
    910    "textdomain": "default",
     
    4243                "fontSize": true
    4344            }
     45        },
     46        "interactivity": {
     47            "clientNavigation": true
    4448        }
    4549    }
Note: See TracChangeset for help on using the changeset viewer.