PluginProbe
SimpleTOC – Table of Contents Block / 7.2.0
SimpleTOC – Table of Contents Block v7.2.0
7.2.0 7.3.0 7.1.1 7.1.0 7.0.10 7.0.9 7.0.8 7.0.7 7.0.6 7.0.4 7.0.5 5.0.21.1 5.0.22 5.0.23 5.0.24 5.0.25 5.0.25.1 5.0.27 5.0.28 5.0.29 5.0.3 5.0.30 5.0.31 5.0.32 5.0.33 All 159 releases
simpletoc / build / block.json

block.json in SimpleTOC – Table of Contents Block 7.2.0, at build/block.json

103 lines 3.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "name": "simpletoc/toc",
5 "version": "7.2.0",
6 "title": "SimpleTOC",
7 "category": "layout",
8 "icon": "<svg clip-rule='evenodd' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' viewBox='0 0 500 500' xmlns='http://www.w3.org/2000/svg'><path d='m365.983 78.248c2.72-32.415 29.921-57.908 63.029-57.908 34.91 0 63.253 28.342 63.253 63.252s-28.343 63.252-63.253 63.252v269.582c0 25.232-20.485 45.718-45.718 45.718h-313.62c-25.233 0-45.719-20.486-45.719-45.718v-292.46c0-25.233 20.486-45.718 45.719-45.718z' fill='#070D0D'/><g fill='#fff'><path d='m423.898 112.744v-24.188h-24.008v-10.108h24.008v-24.008h10.229v24.008h24.008v10.108h-24.008v24.188z'/><path d='m120.04 403.105c-16.883 0-30.511-13.719-30.511-30.714 0-16.79 13.628-30.714 30.511-30.714 16.679 0 30.511 13.924 30.511 30.714 0 16.995-13.832 30.714-30.511 30.714z'/><path d='m170.891 362.153h183.063v20.476h-183.063z'/><path d='m120.04 300.725c-16.883 0-30.511-13.719-30.511-30.714 0-16.79 13.628-30.714 30.511-30.714 16.679 0 30.511 13.924 30.511 30.714 0 16.995-13.832 30.714-30.511 30.714z'/><path d='m170.891 259.773h183.063v20.476h-183.063z'/><path d='m120.04 198.345c-16.883 0-30.511-13.719-30.511-30.714 0-16.791 13.628-30.714 30.511-30.714 16.679 0 30.511 13.923 30.511 30.714 0 16.995-13.832 30.714-30.511 30.714z'/><path d='m170.891 157.393h183.063v20.476h-183.063z'/></g></svg>",
9 "keywords": [
10 "TOC",
11 "Table of Contents",
12 "SimpleTOC",
13 "Index"
14 ],
15 "supports": {
16 "align": [
17 "wide",
18 "full"
19 ],
20 "typography": {
21 "fontSize": true,
22 "lineHeight": true
23 }
24 },
25 "description": "Adds a Table of Contents.",
26 "attributes": {
27 "no_title": {
28 "type": "boolean",
29 "default": false
30 },
31 "title_level": {
32 "type": "integer",
33 "default": 2
34 },
35 "title_text": {
36 "type": "string"
37 },
38 "use_ol": {
39 "type": "boolean",
40 "default": false
41 },
42 "remove_indent": {
43 "type": "boolean",
44 "default": false
45 },
46 "add_smooth": {
47 "type": "boolean",
48 "default": false
49 },
50 "use_absolute_urls": {
51 "type": "boolean",
52 "default": false
53 },
54 "max_level": {
55 "type": "integer",
56 "default": 6
57 },
58 "min_level": {
59 "type": "integer",
60 "default": 1
61 },
62 "updated": {
63 "type": "integer"
64 },
65 "accordion": {
66 "type": "boolean",
67 "default": false
68 },
69 "hidden": {
70 "type": "boolean",
71 "default": false
72 },
73 "wrapper": {
74 "type": "boolean",
75 "default": false
76 },
77 "box_style": {
78 "type": "boolean",
79 "default": false
80 },
81 "box_color": {
82 "type": "string"
83 },
84 "autoupdate": {
85 "type": "boolean",
86 "default": true
87 },
88 "hideTOC": {
89 "type": "boolean",
90 "default": false,
91 "role": "local"
92 },
93 "sidebar_style": {
94 "type": "boolean",
95 "default": false,
96 "role": "local"
97 }
98 },
99 "textdomain": "simpletoc",
100 "editorScript": "file:./index.js",
101 "style": "file:./style-index.css",
102 "editorStyle": "file:./index.css"
103 }