mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-07 19:31:54 +01:00
39 lines
870 B
JSON
39 lines
870 B
JSON
|
{
|
||
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||
|
"apiVersion": 2,
|
||
|
"name": "core/comments-pagination-next",
|
||
|
"title": "Next Page",
|
||
|
"category": "theme",
|
||
|
"parent": [ "core/comments-pagination" ],
|
||
|
"description": "Displays the next comment's page link.",
|
||
|
"textdomain": "default",
|
||
|
"attributes": {
|
||
|
"label": {
|
||
|
"type": "string"
|
||
|
}
|
||
|
},
|
||
|
"usesContext": [ "postId", "comments/paginationArrow" ],
|
||
|
"supports": {
|
||
|
"reusable": false,
|
||
|
"html": false,
|
||
|
"color": {
|
||
|
"gradients": true,
|
||
|
"text": false,
|
||
|
"__experimentalDefaultControls": {
|
||
|
"background": true
|
||
|
}
|
||
|
},
|
||
|
"typography": {
|
||
|
"fontSize": true,
|
||
|
"lineHeight": true,
|
||
|
"__experimentalFontStyle": true,
|
||
|
"__experimentalFontWeight": true,
|
||
|
"__experimentalLetterSpacing": true,
|
||
|
"__experimentalTextTransform": true,
|
||
|
"__experimentalDefaultControls": {
|
||
|
"fontSize": true
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|