author | ymh <ymh.work@gmail.com> |
Tue, 27 Sep 2022 16:37:53 +0200 | |
changeset 19 | 3d72ae0968f4 |
child 21 | 48c4eec2b7e6 |
permissions | -rw-r--r-- |
19 | 1 |
{ |
2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
|
3 |
"apiVersion": 2, |
|
4 |
"name": "core/comments-pagination-numbers", |
|
5 |
"title": "Page Numbers", |
|
6 |
"category": "theme", |
|
7 |
"parent": [ "core/comments-pagination" ], |
|
8 |
"description": "Displays a list of page numbers for comments pagination.", |
|
9 |
"textdomain": "default", |
|
10 |
"usesContext": [ "postId" ], |
|
11 |
"supports": { |
|
12 |
"reusable": false, |
|
13 |
"html": false |
|
14 |
} |
|
15 |
} |