| 1 |
{ |
| 2 |
"apiVersion": 2, |
| 3 |
"name": "core/heading", |
| 4 |
"category": "text", |
| 5 |
"attributes": { |
| 6 |
"textAlign": { |
| 7 |
"type": "string" |
| 8 |
}, |
| 9 |
"content": { |
| 10 |
"type": "string", |
| 11 |
"source": "html", |
| 12 |
"selector": "h1,h2,h3,h4,h5,h6", |
| 13 |
"default": "" |
| 14 |
}, |
| 15 |
"level": { |
| 16 |
"type": "number", |
| 17 |
"default": 2 |
| 18 |
}, |
| 19 |
"placeholder": { |
| 20 |
"type": "string" |
| 21 |
} |
| 22 |
}, |
| 23 |
"supports": { |
| 24 |
"align": [ "wide", "full" ], |
| 25 |
"anchor": true, |
| 26 |
"className": false, |
| 27 |
"color": { |
| 28 |
"link": true |
| 29 |
}, |
| 30 |
"fontSize": true, |
| 31 |
"lineHeight": true, |
| 32 |
"__experimentalSelector": { |
| 33 |
"core/heading/h1": { |
| 34 |
"selector": "h1", |
| 35 |
"title": "h1", |
| 36 |
"attributes": { |
| 37 |
"level": 1 |
| 38 |
} |
| 39 |
}, |
| 40 |
"core/heading/h2": { |
| 41 |
"selector": "h2", |
| 42 |
"title": "h2", |
| 43 |
"attributes": { |
| 44 |
"level": 2 |
| 45 |
} |
| 46 |
}, |
| 47 |
"core/heading/h3": { |
| 48 |
"selector": "h3", |
| 49 |
"title": "h3", |
| 50 |
"attributes": { |
| 51 |
"level": 3 |
| 52 |
} |
| 53 |
}, |
| 54 |
"core/heading/h4": { |
| 55 |
"selector": "h4", |
| 56 |
"title": "h4", |
| 57 |
"attributes": { |
| 58 |
"level": 4 |
| 59 |
} |
| 60 |
}, |
| 61 |
"core/heading/h5": { |
| 62 |
"selector": "h5", |
| 63 |
"title": "h5", |
| 64 |
"attributes": { |
| 65 |
"level": 5 |
| 66 |
} |
| 67 |
}, |
| 68 |
"core/heading/h6": { |
| 69 |
"selector": "h6", |
| 70 |
"title": "h6", |
| 71 |
"attributes": { |
| 72 |
"level": 6 |
| 73 |
} |
| 74 |
} |
| 75 |
}, |
| 76 |
"__unstablePasteTextInline": true |
| 77 |
}, |
| 78 |
"editorStyle": "wp-block-heading-editor", |
| 79 |
"style": "wp-block-heading" |
| 80 |
} |
| 81 |
|