equal
deleted
inserted
replaced
|
1 { |
|
2 "name": "core/pullquote", |
|
3 "category": "text", |
|
4 "attributes": { |
|
5 "value": { |
|
6 "type": "string", |
|
7 "source": "html", |
|
8 "selector": "blockquote", |
|
9 "multiline": "p" |
|
10 }, |
|
11 "citation": { |
|
12 "type": "string", |
|
13 "source": "html", |
|
14 "selector": "cite", |
|
15 "default": "" |
|
16 }, |
|
17 "mainColor": { |
|
18 "type": "string" |
|
19 }, |
|
20 "customMainColor": { |
|
21 "type": "string" |
|
22 }, |
|
23 "textColor": { |
|
24 "type": "string" |
|
25 }, |
|
26 "customTextColor": { |
|
27 "type": "string" |
|
28 } |
|
29 }, |
|
30 "supports": { |
|
31 "anchor": true, |
|
32 "align": [ |
|
33 "left", |
|
34 "right", |
|
35 "wide", |
|
36 "full" |
|
37 ] |
|
38 } |
|
39 } |