summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/comments-pagination-numbers/block.json
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/blocks/comments-pagination-numbers/block.json')
-rw-r--r--wp-includes/blocks/comments-pagination-numbers/block.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/wp-includes/blocks/comments-pagination-numbers/block.json b/wp-includes/blocks/comments-pagination-numbers/block.json
new file mode 100644
index 0000000..fcebb52
--- /dev/null
+++ b/wp-includes/blocks/comments-pagination-numbers/block.json
@@ -0,0 +1,35 @@
+{
+ "$schema": "https://schemas.wp.org/trunk/block.json",
+ "apiVersion": 3,
+ "name": "core/comments-pagination-numbers",
+ "title": "Comments 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,
+ "color": {
+ "gradients": true,
+ "text": false,
+ "__experimentalDefaultControls": {
+ "background": true
+ }
+ },
+ "typography": {
+ "fontSize": true,
+ "lineHeight": true,
+ "__experimentalFontFamily": true,
+ "__experimentalFontWeight": true,
+ "__experimentalFontStyle": true,
+ "__experimentalTextTransform": true,
+ "__experimentalTextDecoration": true,
+ "__experimentalLetterSpacing": true,
+ "__experimentalDefaultControls": {
+ "fontSize": true
+ }
+ }
+ }
+}