mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-06 19:01:44 +01:00
16 lines
400 B
JSON
16 lines
400 B
JSON
|
{
|
||
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||
|
"apiVersion": 2,
|
||
|
"name": "core/comments-pagination-numbers",
|
||
|
"title": "Page Numbers",
|
||
|
"category": "theme",
|
||
|
"parent": [ "core/comments-pagination" ],
|
||
|
"description": "Displays a list of page numbers for comments pagination.",
|
||
|
"textdomain": "default",
|
||
|
"usesContext": [ "postId" ],
|
||
|
"supports": {
|
||
|
"reusable": false,
|
||
|
"html": false
|
||
|
}
|
||
|
}
|