first commit
This commit is contained in:
87
wp-includes/blocks/post-title/block.json
Normal file
87
wp-includes/blocks/post-title/block.json
Normal file
@@ -0,0 +1,87 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/block.json",
|
||||
"apiVersion": 3,
|
||||
"name": "core/post-title",
|
||||
"title": "Title",
|
||||
"category": "theme",
|
||||
"description": "Displays the title of a post, page, or any other content-type.",
|
||||
"textdomain": "default",
|
||||
"usesContext": [ "postId", "postType", "queryId" ],
|
||||
"attributes": {
|
||||
"textAlign": {
|
||||
"type": "string"
|
||||
},
|
||||
"level": {
|
||||
"type": "number",
|
||||
"default": 2
|
||||
},
|
||||
"levelOptions": {
|
||||
"type": "array"
|
||||
},
|
||||
"isLink": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"role": "content"
|
||||
},
|
||||
"rel": {
|
||||
"type": "string",
|
||||
"attribute": "rel",
|
||||
"default": "",
|
||||
"role": "content"
|
||||
},
|
||||
"linkTarget": {
|
||||
"type": "string",
|
||||
"default": "_self",
|
||||
"role": "content"
|
||||
}
|
||||
},
|
||||
"example": {
|
||||
"viewportWidth": 350
|
||||
},
|
||||
"supports": {
|
||||
"align": [ "wide", "full" ],
|
||||
"html": false,
|
||||
"color": {
|
||||
"gradients": true,
|
||||
"link": true,
|
||||
"__experimentalDefaultControls": {
|
||||
"background": true,
|
||||
"text": true,
|
||||
"link": true
|
||||
}
|
||||
},
|
||||
"spacing": {
|
||||
"margin": true,
|
||||
"padding": true
|
||||
},
|
||||
"typography": {
|
||||
"fontSize": true,
|
||||
"lineHeight": true,
|
||||
"__experimentalFontFamily": true,
|
||||
"__experimentalFontWeight": true,
|
||||
"__experimentalFontStyle": true,
|
||||
"__experimentalTextTransform": true,
|
||||
"__experimentalTextDecoration": true,
|
||||
"__experimentalLetterSpacing": true,
|
||||
"__experimentalDefaultControls": {
|
||||
"fontSize": true
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
14
wp-includes/blocks/post-title/style-rtl.css
Normal file
14
wp-includes/blocks/post-title/style-rtl.css
Normal file
@@ -0,0 +1,14 @@
|
||||
.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;
|
||||
}
|
||||
1
wp-includes/blocks/post-title/style-rtl.min.css
vendored
Normal file
1
wp-includes/blocks/post-title/style-rtl.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.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}
|
||||
14
wp-includes/blocks/post-title/style.css
Normal file
14
wp-includes/blocks/post-title/style.css
Normal file
@@ -0,0 +1,14 @@
|
||||
.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;
|
||||
}
|
||||
1
wp-includes/blocks/post-title/style.min.css
vendored
Normal file
1
wp-includes/blocks/post-title/style.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.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