first commit
This commit is contained in:
38
wp-includes/blocks/comments-pagination-numbers/block.json
Normal file
38
wp-includes/blocks/comments-pagination-numbers/block.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"$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
|
||||
}
|
||||
},
|
||||
"interactivity": {
|
||||
"clientNavigation": true
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,9 @@
|
||||
.wp-block-comments-pagination-numbers a{
|
||||
text-decoration:underline;
|
||||
}
|
||||
.wp-block-comments-pagination-numbers .page-numbers{
|
||||
margin-left:2px;
|
||||
}
|
||||
.wp-block-comments-pagination-numbers .page-numbers:last-child{
|
||||
margin-right:0;
|
||||
}
|
1
wp-includes/blocks/comments-pagination-numbers/editor-rtl.min.css
vendored
Normal file
1
wp-includes/blocks/comments-pagination-numbers/editor-rtl.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
.wp-block-comments-pagination-numbers a{text-decoration:underline}.wp-block-comments-pagination-numbers .page-numbers{margin-left:2px}.wp-block-comments-pagination-numbers .page-numbers:last-child{margin-right:0}
|
@ -0,0 +1,9 @@
|
||||
.wp-block-comments-pagination-numbers a{
|
||||
text-decoration:underline;
|
||||
}
|
||||
.wp-block-comments-pagination-numbers .page-numbers{
|
||||
margin-right:2px;
|
||||
}
|
||||
.wp-block-comments-pagination-numbers .page-numbers:last-child{
|
||||
margin-right:0;
|
||||
}
|
1
wp-includes/blocks/comments-pagination-numbers/editor.min.css
vendored
Normal file
1
wp-includes/blocks/comments-pagination-numbers/editor.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
.wp-block-comments-pagination-numbers a{text-decoration:underline}.wp-block-comments-pagination-numbers .page-numbers{margin-right:2px}.wp-block-comments-pagination-numbers .page-numbers:last-child{margin-right:0}
|
Reference in New Issue
Block a user