summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/post-title/block.json
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/blocks/post-title/block.json')
-rw-r--r--wp-includes/blocks/post-title/block.json65
1 files changed, 65 insertions, 0 deletions
diff --git a/wp-includes/blocks/post-title/block.json b/wp-includes/blocks/post-title/block.json
new file mode 100644
index 0000000..eda5332
--- /dev/null
+++ b/wp-includes/blocks/post-title/block.json
@@ -0,0 +1,65 @@
+{
+ "$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
+ },
+ "isLink": {
+ "type": "boolean",
+ "default": false
+ },
+ "rel": {
+ "type": "string",
+ "attribute": "rel",
+ "default": ""
+ },
+ "linkTarget": {
+ "type": "string",
+ "default": "_self"
+ }
+ },
+ "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,
+ "fontAppearance": true,
+ "textTransform": true
+ }
+ }
+ },
+ "style": "wp-block-post-title"
+}