"Fossies" - the Fresh Open Source Software Archive 
Member "wordpress/wp-includes/blocks/list/block.json" (28 Jan 2021, 661 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/list",
4 "category": "text",
5 "attributes": {
6 "ordered": {
7 "type": "boolean",
8 "default": false
9 },
10 "values": {
11 "type": "string",
12 "source": "html",
13 "selector": "ol,ul",
14 "multiline": "li",
15 "__unstableMultilineWrapperTags": [ "ol", "ul" ],
16 "default": ""
17 },
18 "type": {
19 "type": "string"
20 },
21 "start": {
22 "type": "number"
23 },
24 "reversed": {
25 "type": "boolean"
26 }
27 },
28 "supports": {
29 "anchor": true,
30 "className": false,
31 "fontSize": true,
32 "color": {
33 "gradients": true
34 },
35 "__unstablePasteTextInline": true
36 },
37 "editorStyle": "wp-block-list-editor",
38 "style": "wp-block-list"
39 }