2020-07-01 08:29:03 -04:00
|
|
|
{
|
2022-04-12 11:12:47 -04:00
|
|
|
"$schema": "https://schemas.wp.org/trunk/block.json",
|
2023-06-27 10:24:19 -04:00
|
|
|
"apiVersion": 3,
|
2020-07-01 08:29:03 -04:00
|
|
|
"name": "core/heading",
|
2021-05-19 11:09:27 -04:00
|
|
|
"title": "Heading",
|
2020-07-01 08:29:03 -04:00
|
|
|
"category": "text",
|
2021-05-19 11:09:27 -04:00
|
|
|
"description": "Introduce new sections and organize content to help visitors (and search engines) understand the structure of your content.",
|
|
|
|
"keywords": [ "title", "subtitle" ],
|
|
|
|
"textdomain": "default",
|
2020-07-01 08:29:03 -04:00
|
|
|
"attributes": {
|
2020-11-01 23:56:37 -05:00
|
|
|
"textAlign": {
|
2020-07-01 08:29:03 -04:00
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"content": {
|
|
|
|
"type": "string",
|
|
|
|
"source": "html",
|
|
|
|
"selector": "h1,h2,h3,h4,h5,h6",
|
2021-05-07 07:48:27 -04:00
|
|
|
"default": "",
|
|
|
|
"__experimentalRole": "content"
|
2020-07-01 08:29:03 -04:00
|
|
|
},
|
|
|
|
"level": {
|
|
|
|
"type": "number",
|
|
|
|
"default": 2
|
|
|
|
},
|
|
|
|
"placeholder": {
|
|
|
|
"type": "string"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"supports": {
|
2020-10-20 09:36:16 -04:00
|
|
|
"align": [ "wide", "full" ],
|
2020-07-01 08:29:03 -04:00
|
|
|
"anchor": true,
|
2023-02-07 02:04:52 -05:00
|
|
|
"className": true,
|
2020-10-20 09:36:16 -04:00
|
|
|
"color": {
|
2022-09-20 11:43:29 -04:00
|
|
|
"gradients": true,
|
2022-04-12 11:12:47 -04:00
|
|
|
"link": true,
|
|
|
|
"__experimentalDefaultControls": {
|
|
|
|
"background": true,
|
|
|
|
"text": true
|
|
|
|
}
|
2020-07-01 08:29:03 -04:00
|
|
|
},
|
2021-11-08 09:29:21 -05:00
|
|
|
"spacing": {
|
2022-09-20 11:43:29 -04:00
|
|
|
"margin": true,
|
2023-07-07 03:21:17 -04:00
|
|
|
"padding": true,
|
|
|
|
"__experimentalDefaultControls": {
|
|
|
|
"margin": false,
|
|
|
|
"padding": false
|
|
|
|
}
|
2021-11-08 09:29:21 -05:00
|
|
|
},
|
2021-06-08 04:09:53 -04:00
|
|
|
"typography": {
|
|
|
|
"fontSize": true,
|
|
|
|
"lineHeight": true,
|
2022-09-20 11:43:29 -04:00
|
|
|
"__experimentalFontFamily": true,
|
2021-11-08 09:29:21 -05:00
|
|
|
"__experimentalFontStyle": true,
|
|
|
|
"__experimentalFontWeight": true,
|
|
|
|
"__experimentalLetterSpacing": true,
|
|
|
|
"__experimentalTextTransform": true,
|
2022-09-20 11:43:29 -04:00
|
|
|
"__experimentalTextDecoration": true,
|
2021-11-08 09:29:21 -05:00
|
|
|
"__experimentalDefaultControls": {
|
|
|
|
"fontSize": true,
|
|
|
|
"fontAppearance": true,
|
|
|
|
"textTransform": true
|
|
|
|
}
|
2021-06-08 04:09:53 -04:00
|
|
|
},
|
2021-11-08 09:29:21 -05:00
|
|
|
"__unstablePasteTextInline": true,
|
|
|
|
"__experimentalSlashInserter": true
|
2021-01-27 21:04:13 -05:00
|
|
|
},
|
|
|
|
"editorStyle": "wp-block-heading-editor",
|
|
|
|
"style": "wp-block-heading"
|
2020-07-01 08:29:03 -04:00
|
|
|
}
|