Make WordPress Core


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

    r56065 r57578  
    55    "title": "Pagination",
    66    "category": "theme",
    7     "parent": [ "core/query" ],
     7    "ancestor": [ "core/query" ],
     8    "allowedBlocks": [
     9        "core/query-pagination-previous",
     10        "core/query-pagination-numbers",
     11        "core/query-pagination-next"
     12    ],
    813    "description": "Displays a paginated navigation to next/previous set of posts, when applicable.",
    914    "textdomain": "default",
     
    5560                "fontSize": true
    5661            }
     62        },
     63        "interactivity": {
     64            "clientNavigation": true
    5765        }
    5866    },
Note: See TracChangeset for help on using the changeset viewer.