kollapsminoriteten/wp-includes/blocks/comments-pagination/block.json

69 lines
1.5 KiB
JSON
Raw Permalink Normal View History

2022-06-16 14:03:35 +02:00
{
"$schema": "https://schemas.wp.org/trunk/block.json",
2023-09-26 10:33:34 +02:00
"apiVersion": 3,
2022-06-16 14:03:35 +02:00
"name": "core/comments-pagination",
"title": "Comments Pagination",
"category": "theme",
2022-12-15 17:47:31 +01:00
"parent": [ "core/comments" ],
2024-04-17 11:32:24 +02:00
"allowedBlocks": [
"core/comments-pagination-previous",
"core/comments-pagination-numbers",
"core/comments-pagination-next"
],
2022-06-16 14:03:35 +02:00
"description": "Displays a paginated navigation to next/previous set of comments, when applicable.",
"textdomain": "default",
"attributes": {
"paginationArrow": {
"type": "string",
"default": "none"
}
},
2025-04-25 12:30:07 +02:00
"example": {
"attributes": {
"paginationArrow": "none"
}
},
2022-06-16 14:03:35 +02:00
"providesContext": {
"comments/paginationArrow": "paginationArrow"
},
"supports": {
"align": true,
"reusable": false,
"html": false,
"color": {
"gradients": true,
"link": true,
"__experimentalDefaultControls": {
"background": true,
"text": true,
"link": true
}
},
2023-09-26 10:33:34 +02:00
"layout": {
2022-06-16 14:03:35 +02:00
"allowSwitching": false,
"allowInheriting": false,
"default": {
"type": "flex"
}
2022-12-15 17:47:31 +01:00
},
"typography": {
"fontSize": true,
"lineHeight": true,
"__experimentalFontFamily": true,
"__experimentalFontWeight": true,
"__experimentalFontStyle": true,
"__experimentalTextTransform": true,
"__experimentalTextDecoration": true,
"__experimentalLetterSpacing": true,
"__experimentalDefaultControls": {
"fontSize": true
}
2024-04-17 11:32:24 +02:00
},
"interactivity": {
"clientNavigation": true
2022-06-16 14:03:35 +02:00
}
},
"editorStyle": "wp-block-comments-pagination-editor",
"style": "wp-block-comments-pagination"
}