16
|
1 |
{ |
18
|
2 |
"apiVersion": 2, |
16
|
3 |
"name": "core/heading", |
18
|
4 |
"title": "Heading", |
16
|
5 |
"category": "text", |
18
|
6 |
"description": "Introduce new sections and organize content to help visitors (and search engines) understand the structure of your content.", |
|
7 |
"keywords": [ "title", "subtitle" ], |
|
8 |
"textdomain": "default", |
16
|
9 |
"attributes": { |
18
|
10 |
"textAlign": { |
16
|
11 |
"type": "string" |
|
12 |
}, |
|
13 |
"content": { |
|
14 |
"type": "string", |
|
15 |
"source": "html", |
|
16 |
"selector": "h1,h2,h3,h4,h5,h6", |
18
|
17 |
"default": "", |
|
18 |
"__experimentalRole": "content" |
16
|
19 |
}, |
|
20 |
"level": { |
|
21 |
"type": "number", |
|
22 |
"default": 2 |
|
23 |
}, |
|
24 |
"placeholder": { |
|
25 |
"type": "string" |
|
26 |
} |
|
27 |
}, |
|
28 |
"supports": { |
18
|
29 |
"align": [ "wide", "full" ], |
16
|
30 |
"anchor": true, |
|
31 |
"className": false, |
18
|
32 |
"color": { |
|
33 |
"link": true |
16
|
34 |
}, |
18
|
35 |
"typography": { |
|
36 |
"fontSize": true, |
|
37 |
"lineHeight": true, |
|
38 |
"__experimentalFontWeight": true |
16
|
39 |
}, |
18
|
40 |
"__experimentalSelector": "h1,h2,h3,h4,h5,h6", |
16
|
41 |
"__unstablePasteTextInline": true |
18
|
42 |
}, |
|
43 |
"editorStyle": "wp-block-heading-editor", |
|
44 |
"style": "wp-block-heading" |
16
|
45 |
} |