plugin updates
This commit is contained in:
@@ -15,6 +15,9 @@
|
||||
"type": "number",
|
||||
"default": 2
|
||||
},
|
||||
"levelOptions": {
|
||||
"type": "array"
|
||||
},
|
||||
"isLink": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
@@ -29,6 +32,9 @@
|
||||
"default": "_self"
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"viewportWidth": 350
|
||||
},
|
||||
"supports": {
|
||||
"align": [ "wide", "full" ],
|
||||
"html": false,
|
||||
@@ -60,6 +66,18 @@
|
||||
},
|
||||
"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-title"
|
||||
|
||||
@@ -2,6 +2,13 @@
|
||||
box-sizing:border-box;
|
||||
word-break:break-word;
|
||||
}
|
||||
.wp-block-post-title a{
|
||||
.wp-block-post-title :where(a){
|
||||
display:inline-block;
|
||||
font-family:inherit;
|
||||
font-size:inherit;
|
||||
font-style:inherit;
|
||||
font-weight:inherit;
|
||||
letter-spacing:inherit;
|
||||
line-height:inherit;
|
||||
text-decoration:inherit;
|
||||
}
|
||||
@@ -1 +1 @@
|
||||
.wp-block-post-title{box-sizing:border-box;word-break:break-word}.wp-block-post-title a{display:inline-block}
|
||||
.wp-block-post-title{box-sizing:border-box;word-break:break-word}.wp-block-post-title :where(a){display:inline-block;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}
|
||||
@@ -2,6 +2,13 @@
|
||||
box-sizing:border-box;
|
||||
word-break:break-word;
|
||||
}
|
||||
.wp-block-post-title a{
|
||||
.wp-block-post-title :where(a){
|
||||
display:inline-block;
|
||||
font-family:inherit;
|
||||
font-size:inherit;
|
||||
font-style:inherit;
|
||||
font-weight:inherit;
|
||||
letter-spacing:inherit;
|
||||
line-height:inherit;
|
||||
text-decoration:inherit;
|
||||
}
|
||||
@@ -1 +1 @@
|
||||
.wp-block-post-title{box-sizing:border-box;word-break:break-word}.wp-block-post-title a{display:inline-block}
|
||||
.wp-block-post-title{box-sizing:border-box;word-break:break-word}.wp-block-post-title :where(a){display:inline-block;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