2022-04-12 17:12:47 +02:00
|
|
|
{
|
|
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
2023-06-27 16:24:19 +02:00
|
|
|
"apiVersion": 3,
|
2022-04-12 17:12:47 +02:00
|
|
|
"name": "core/comments-pagination-numbers",
|
2022-09-27 19:32:52 +02:00
|
|
|
"title": "Comments Page Numbers",
|
2022-04-12 17:12:47 +02:00
|
|
|
"category": "theme",
|
|
|
|
"parent": [ "core/comments-pagination" ],
|
|
|
|
"description": "Displays a list of page numbers for comments pagination.",
|
|
|
|
"textdomain": "default",
|
|
|
|
"usesContext": [ "postId" ],
|
|
|
|
"supports": {
|
|
|
|
"reusable": false,
|
2022-09-20 17:43:29 +02:00
|
|
|
"html": false,
|
2023-02-07 08:04:52 +01:00
|
|
|
"color": {
|
|
|
|
"gradients": true,
|
|
|
|
"text": false,
|
|
|
|
"__experimentalDefaultControls": {
|
|
|
|
"background": true
|
|
|
|
}
|
|
|
|
},
|
2022-09-20 17:43:29 +02:00
|
|
|
"typography": {
|
|
|
|
"fontSize": true,
|
|
|
|
"lineHeight": true,
|
|
|
|
"__experimentalFontFamily": true,
|
|
|
|
"__experimentalFontWeight": true,
|
|
|
|
"__experimentalFontStyle": true,
|
|
|
|
"__experimentalTextTransform": true,
|
|
|
|
"__experimentalTextDecoration": true,
|
|
|
|
"__experimentalLetterSpacing": true,
|
|
|
|
"__experimentalDefaultControls": {
|
|
|
|
"fontSize": true
|
|
|
|
}
|
|
|
|
}
|
2022-04-12 17:12:47 +02:00
|
|
|
}
|
|
|
|
}
|