author | ymh <ymh.work@gmail.com> |
Tue, 15 Dec 2020 15:52:01 +0100 | |
changeset 17 | 34716fd837a4 |
parent 16 | a86126ab1dd4 |
child 18 | be944660c56a |
permissions | -rw-r--r-- |
16 | 1 |
{ |
2 |
"name": "core/quote", |
|
3 |
"category": "text", |
|
4 |
"attributes": { |
|
5 |
"value": { |
|
6 |
"type": "string", |
|
7 |
"source": "html", |
|
8 |
"selector": "blockquote", |
|
9 |
"multiline": "p", |
|
10 |
"default": "" |
|
11 |
}, |
|
12 |
"citation": { |
|
13 |
"type": "string", |
|
14 |
"source": "html", |
|
15 |
"selector": "cite", |
|
16 |
"default": "" |
|
17 |
}, |
|
18 |
"align": { |
|
19 |
"type": "string" |
|
20 |
} |
|
21 |
}, |
|
22 |
"supports": { |
|
23 |
"anchor": true |
|
24 |
} |
|
25 |
} |