| 1 |
{ |
| 2 |
"name": "core/post-title", |
| 3 |
"category": "design", |
| 4 |
"usesContext": [ |
| 5 |
"postId", |
| 6 |
"postType" |
| 7 |
], |
| 8 |
"attributes": { |
| 9 |
"align": { |
| 10 |
"type": "string" |
| 11 |
}, |
| 12 |
"level": { |
| 13 |
"type": "number", |
| 14 |
"default": 2 |
| 15 |
} |
| 16 |
}, |
| 17 |
"supports": { |
| 18 |
"html": false, |
| 19 |
"lightBlockWrapper": true, |
| 20 |
"__experimentalSelector": { |
| 21 |
"core/post-title/h1": "h1", |
| 22 |
"core/post-title/h2": "h2", |
| 23 |
"core/post-title/h3": "h3", |
| 24 |
"core/post-title/h4": "h4", |
| 25 |
"core/post-title/h5": "h5", |
| 26 |
"core/post-title/h6": "h6", |
| 27 |
"core/post-title/p": "p" |
| 28 |
} |
| 29 |
} |
| 30 |
} |
| 31 |
|