plugin updates
This commit is contained in:
@@ -11,6 +11,10 @@
|
||||
"type": "number",
|
||||
"default": 1
|
||||
},
|
||||
"levelOptions": {
|
||||
"type": "array",
|
||||
"default": [ 0, 1, 2, 3, 4, 5, 6 ]
|
||||
},
|
||||
"textAlign": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -55,12 +59,19 @@
|
||||
"__experimentalFontStyle": true,
|
||||
"__experimentalFontWeight": true,
|
||||
"__experimentalLetterSpacing": true,
|
||||
"__experimentalWritingMode": true,
|
||||
"__experimentalDefaultControls": {
|
||||
"fontSize": true
|
||||
}
|
||||
},
|
||||
"interactivity": {
|
||||
"clientNavigation": true
|
||||
},
|
||||
"__experimentalBorder": {
|
||||
"radius": true,
|
||||
"color": true,
|
||||
"width": true,
|
||||
"style": true
|
||||
}
|
||||
},
|
||||
"editorStyle": "wp-block-site-title-editor",
|
||||
|
||||
@@ -1,8 +1,4 @@
|
||||
.wp-block-site-title__placeholder{
|
||||
border:1px dashed;
|
||||
padding:1em 0;
|
||||
}
|
||||
|
||||
.editor-styles-wrapper :where(.wp-block-site-title a){
|
||||
color:inherit;
|
||||
}
|
||||
@@ -1 +1 @@
|
||||
.wp-block-site-title__placeholder{border:1px dashed;padding:1em 0}.editor-styles-wrapper :where(.wp-block-site-title a){color:inherit}
|
||||
.wp-block-site-title__placeholder{border:1px dashed;padding:1em 0}
|
||||
@@ -1,8 +1,4 @@
|
||||
.wp-block-site-title__placeholder{
|
||||
border:1px dashed;
|
||||
padding:1em 0;
|
||||
}
|
||||
|
||||
.editor-styles-wrapper :where(.wp-block-site-title a){
|
||||
color:inherit;
|
||||
}
|
||||
@@ -1 +1 @@
|
||||
.wp-block-site-title__placeholder{border:1px dashed;padding:1em 0}.editor-styles-wrapper :where(.wp-block-site-title a){color:inherit}
|
||||
.wp-block-site-title__placeholder{border:1px dashed;padding:1em 0}
|
||||
@@ -1,3 +1,13 @@
|
||||
:root :where(.wp-block-site-title a){
|
||||
.wp-block-site-title{
|
||||
box-sizing:border-box;
|
||||
}
|
||||
.wp-block-site-title :where(a){
|
||||
color:inherit;
|
||||
font-family:inherit;
|
||||
font-size:inherit;
|
||||
font-style:inherit;
|
||||
font-weight:inherit;
|
||||
letter-spacing:inherit;
|
||||
line-height:inherit;
|
||||
text-decoration:inherit;
|
||||
}
|
||||
@@ -1 +1 @@
|
||||
:root :where(.wp-block-site-title a){color:inherit}
|
||||
.wp-block-site-title{box-sizing:border-box}.wp-block-site-title :where(a){color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}
|
||||
@@ -1,3 +1,13 @@
|
||||
:root :where(.wp-block-site-title a){
|
||||
.wp-block-site-title{
|
||||
box-sizing:border-box;
|
||||
}
|
||||
.wp-block-site-title :where(a){
|
||||
color:inherit;
|
||||
font-family:inherit;
|
||||
font-size:inherit;
|
||||
font-style:inherit;
|
||||
font-weight:inherit;
|
||||
letter-spacing:inherit;
|
||||
line-height:inherit;
|
||||
text-decoration:inherit;
|
||||
}
|
||||
@@ -1 +1 @@
|
||||
:root :where(.wp-block-site-title a){color:inherit}
|
||||
.wp-block-site-title{box-sizing:border-box}.wp-block-site-title :where(a){color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}
|
||||
Reference in New Issue
Block a user