init
This commit is contained in:
45
wp-includes/blocks/query-title/block.json
Normal file
45
wp-includes/blocks/query-title/block.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"apiVersion": 2,
|
||||
"name": "core/query-title",
|
||||
"title": "Query Title",
|
||||
"category": "theme",
|
||||
"description": "Display the query title.",
|
||||
"textdomain": "default",
|
||||
"attributes": {
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"textAlign": {
|
||||
"type": "string"
|
||||
},
|
||||
"level": {
|
||||
"type": "number",
|
||||
"default": 1
|
||||
}
|
||||
},
|
||||
"supports": {
|
||||
"align": [ "wide", "full" ],
|
||||
"html": false,
|
||||
"color": {
|
||||
"gradients": true
|
||||
},
|
||||
"spacing": {
|
||||
"margin": true
|
||||
},
|
||||
"typography": {
|
||||
"fontSize": true,
|
||||
"lineHeight": true,
|
||||
"__experimentalFontFamily": true,
|
||||
"__experimentalFontStyle": true,
|
||||
"__experimentalFontWeight": true,
|
||||
"__experimentalLetterSpacing": true,
|
||||
"__experimentalTextTransform": true,
|
||||
"__experimentalDefaultControls": {
|
||||
"fontSize": true,
|
||||
"fontAppearance": true,
|
||||
"textTransform": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"editorStyle": "wp-block-query-title-editor"
|
||||
}
|
Reference in New Issue
Block a user