"Fossies" - the Fresh Open Source Software Archive 
Member "wordpress/wp-includes/blocks/quote/block.json" (28 Jan 2021, 458 Bytes) of package /linux/www/wordpress-5.7-RC1.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) JSON source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the latest
Fossies "Diffs" side-by-side code changes report for "block.json":
5.6.2_vs_5.7-RC1.
1 {
2 "apiVersion": 2,
3 "name": "core/quote",
4 "category": "text",
5 "attributes": {
6 "value": {
7 "type": "string",
8 "source": "html",
9 "selector": "blockquote",
10 "multiline": "p",
11 "default": ""
12 },
13 "citation": {
14 "type": "string",
15 "source": "html",
16 "selector": "cite",
17 "default": ""
18 },
19 "align": {
20 "type": "string"
21 }
22 },
23 "supports": {
24 "anchor": true
25 },
26 "editorStyle": "wp-block-quote-editor",
27 "style": "wp-block-quote"
28 }