| 1 |
{ |
| 2 |
"apiVersion": 2, |
| 3 |
"name": "core/post-title", |
| 4 |
"category": "design", |
| 5 |
"usesContext": [ |
| 6 |
"postId", |
| 7 |
"postType" |
| 8 |
], |
| 9 |
"attributes": { |
| 10 |
"textAlign": { |
| 11 |
"type": "string" |
| 12 |
}, |
| 13 |
"level": { |
| 14 |
"type": "number", |
| 15 |
"default": 2 |
| 16 |
}, |
| 17 |
"isLink": { |
| 18 |
"type": "boolean", |
| 19 |
"default": false |
| 20 |
}, |
| 21 |
"rel": { |
| 22 |
"type": "string", |
| 23 |
"attribute": "rel", |
| 24 |
"default": "" |
| 25 |
}, |
| 26 |
"linkTarget": { |
| 27 |
"type": "string", |
| 28 |
"default": "_self" |
| 29 |
} |
| 30 |
}, |
| 31 |
"supports": { |
| 32 |
"align": [ "wide", "full" ], |
| 33 |
"html": false, |
| 34 |
"color": { |
| 35 |
"gradients": true |
| 36 |
}, |
| 37 |
"fontSize": true, |
| 38 |
"lineHeight": true, |
| 39 |
"__experimentalFontFamily": true, |
| 40 |
"__experimentalSelector": { |
| 41 |
"core/post-title/h1": { |
| 42 |
"title": "h1", |
| 43 |
"selector": "h1.wp-block-post-title", |
| 44 |
"attributes": { |
| 45 |
"level": 1 |
| 46 |
} |
| 47 |
}, |
| 48 |
"core/post-title/h2": { |
| 49 |
"title": "h2", |
| 50 |
"selector": "h2.wp-block-post-title", |
| 51 |
"attributes": { |
| 52 |
"level": 2 |
| 53 |
} |
| 54 |
}, |
| 55 |
"core/post-title/h3": { |
| 56 |
"title": "h3", |
| 57 |
"selector": "h3.wp-block-post-title", |
| 58 |
"attributes": { |
| 59 |
"level": 3 |
| 60 |
} |
| 61 |
}, |
| 62 |
"core/post-title/h4": { |
| 63 |
"title": "h4", |
| 64 |
"selector": "h4.wp-block-post-title", |
| 65 |
"attributes": { |
| 66 |
"level": 4 |
| 67 |
} |
| 68 |
}, |
| 69 |
"core/post-title/h5": { |
| 70 |
"title": "h5", |
| 71 |
"selector": "h5.wp-block-post-title", |
| 72 |
"attributes": { |
| 73 |
"level": 5 |
| 74 |
} |
| 75 |
}, |
| 76 |
"core/post-title/h6": { |
| 77 |
"title": "h6", |
| 78 |
"selector": "h6.wp-block-post-title", |
| 79 |
"attributes": { |
| 80 |
"level": 6 |
| 81 |
} |
| 82 |
} |
| 83 |
} |
| 84 |
} |
| 85 |
} |
| 86 |
|