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/buttons/block.json

    r56065 r57578  
    55    "title": "Buttons",
    66    "category": "design",
     7    "allowedBlocks": [ "core/button" ],
    78    "description": "Prompt visitors to take action with a group of button-style links.",
    89    "keywords": [ "link" ],
     
    3940                "type": "flex"
    4041            }
     42        },
     43        "interactivity": {
     44            "clientNavigation": true
    4145        }
    4246    },
Note: See TracChangeset for help on using the changeset viewer.