16
|
1 |
{ |
|
2 |
"name": "core/heading", |
|
3 |
"category": "text", |
|
4 |
"attributes": { |
|
5 |
"align": { |
|
6 |
"type": "string" |
|
7 |
}, |
|
8 |
"content": { |
|
9 |
"type": "string", |
|
10 |
"source": "html", |
|
11 |
"selector": "h1,h2,h3,h4,h5,h6", |
|
12 |
"default": "" |
|
13 |
}, |
|
14 |
"level": { |
|
15 |
"type": "number", |
|
16 |
"default": 2 |
|
17 |
}, |
|
18 |
"placeholder": { |
|
19 |
"type": "string" |
|
20 |
} |
|
21 |
}, |
|
22 |
"supports": { |
|
23 |
"anchor": true, |
|
24 |
"className": false, |
|
25 |
"lightBlockWrapper": true, |
|
26 |
"__experimentalColor": { |
|
27 |
"linkColor": true |
|
28 |
}, |
|
29 |
"__experimentalFontSize": true, |
|
30 |
"__experimentalLineHeight": true, |
|
31 |
"__experimentalSelector": { |
|
32 |
"core/heading/h1": "h1", |
|
33 |
"core/heading/h2": "h2", |
|
34 |
"core/heading/h3": "h3", |
|
35 |
"core/heading/h4": "h4", |
|
36 |
"core/heading/h5": "h5", |
|
37 |
"core/heading/h6": "h6" |
|
38 |
}, |
|
39 |
"__unstablePasteTextInline": true |
|
40 |
} |
|
41 |
} |