plugin updates
This commit is contained in:
@@ -20,6 +20,9 @@
|
||||
}
|
||||
},
|
||||
"usesContext": [ "postType", "postId" ],
|
||||
"example": {
|
||||
"viewportWidth": 350
|
||||
},
|
||||
"supports": {
|
||||
"html": false,
|
||||
"spacing": {
|
||||
@@ -50,6 +53,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-post-author-name"
|
||||
}
|
||||
|
||||
3
wp/wp-includes/blocks/post-author-name/style-rtl.css
Normal file
3
wp/wp-includes/blocks/post-author-name/style-rtl.css
Normal file
@@ -0,0 +1,3 @@
|
||||
.wp-block-post-author-name{
|
||||
box-sizing:border-box;
|
||||
}
|
||||
1
wp/wp-includes/blocks/post-author-name/style-rtl.min.css
vendored
Normal file
1
wp/wp-includes/blocks/post-author-name/style-rtl.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.wp-block-post-author-name{box-sizing:border-box}
|
||||
3
wp/wp-includes/blocks/post-author-name/style.css
Normal file
3
wp/wp-includes/blocks/post-author-name/style.css
Normal file
@@ -0,0 +1,3 @@
|
||||
.wp-block-post-author-name{
|
||||
box-sizing:border-box;
|
||||
}
|
||||
1
wp/wp-includes/blocks/post-author-name/style.min.css
vendored
Normal file
1
wp/wp-includes/blocks/post-author-name/style.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.wp-block-post-author-name{box-sizing:border-box}
|
||||
Reference in New Issue
Block a user