123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "$schema": "https://schemas.wp.org/trunk/block.json",
- "apiVersion": 2,
- "name": "core/heading",
- "title": "Heading",
- "category": "text",
- "description": "Introduce new sections and organize content to help visitors (and search engines) understand the structure of your content.",
- "keywords": [ "title", "subtitle" ],
- "textdomain": "default",
- "attributes": {
- "textAlign": {
- "type": "string"
- },
- "content": {
- "type": "string",
- "source": "html",
- "selector": "h1,h2,h3,h4,h5,h6",
- "default": "",
- "__experimentalRole": "content"
- },
- "level": {
- "type": "number",
- "default": 2
- },
- "placeholder": {
- "type": "string"
- }
- },
- "supports": {
- "align": [ "wide", "full" ],
- "anchor": true,
- "className": false,
- "color": {
- "link": true,
- "__experimentalDefaultControls": {
- "background": true,
- "text": true
- }
- },
- "spacing": {
- "margin": true
- },
- "typography": {
- "fontSize": true,
- "lineHeight": true,
- "__experimentalFontStyle": true,
- "__experimentalFontWeight": true,
- "__experimentalLetterSpacing": true,
- "__experimentalTextTransform": true,
- "__experimentalDefaultControls": {
- "fontSize": true,
- "fontAppearance": true,
- "textTransform": true
- }
- },
- "__experimentalSelector": "h1,h2,h3,h4,h5,h6",
- "__unstablePasteTextInline": true,
- "__experimentalSlashInserter": true
- },
- "editorStyle": "wp-block-heading-editor",
- "style": "wp-block-heading"
- }
|