plugin updates
This commit is contained in:
@@ -47,6 +47,19 @@
|
||||
},
|
||||
"interactivity": {
|
||||
"clientNavigation": true
|
||||
},
|
||||
"__experimentalBorder": {
|
||||
"radius": true,
|
||||
"color": true,
|
||||
"width": true,
|
||||
"style": true,
|
||||
"__experimentalDefaultControls": {
|
||||
"radius": true,
|
||||
"color": true,
|
||||
"width": true,
|
||||
"style": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"style": "wp-block-comment-date"
|
||||
}
|
||||
|
||||
3
wp/wp-includes/blocks/comment-date/style-rtl.css
Normal file
3
wp/wp-includes/blocks/comment-date/style-rtl.css
Normal file
@@ -0,0 +1,3 @@
|
||||
.wp-block-comment-date{
|
||||
box-sizing:border-box;
|
||||
}
|
||||
1
wp/wp-includes/blocks/comment-date/style-rtl.min.css
vendored
Normal file
1
wp/wp-includes/blocks/comment-date/style-rtl.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.wp-block-comment-date{box-sizing:border-box}
|
||||
3
wp/wp-includes/blocks/comment-date/style.css
Normal file
3
wp/wp-includes/blocks/comment-date/style.css
Normal file
@@ -0,0 +1,3 @@
|
||||
.wp-block-comment-date{
|
||||
box-sizing:border-box;
|
||||
}
|
||||
1
wp/wp-includes/blocks/comment-date/style.min.css
vendored
Normal file
1
wp/wp-includes/blocks/comment-date/style.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.wp-block-comment-date{box-sizing:border-box}
|
||||
Reference in New Issue
Block a user