PluginProbe
SimpleTOC – Table of Contents Block / 5.0.25
SimpleTOC – Table of Contents Block v5.0.25
7.3.1 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 All 160 releases
simpletoc / build / block.json

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

56 lines 1.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "$schema": "https://json.schemastore.org/block.json",
3 "apiVersion": 2,
4 "name": "simpletoc/toc",
5 "version": "5.0.25",
6 "title": "SimpleTOC",
7 "category": "layout",
8 "keywords": [
9 "TOC",
10 "Table of Contents",
11 "SimpleTOC",
12 "Inhaltsverzeichnis",
13 "Index"
14 ],
15 "icon": "simpletocicon",
16 "description": "Adds a Table of Contents.",
17 "attributes": {
18 "no_title": {
19 "type": "boolean",
20 "default": false
21 },
22 "use_ol": {
23 "type": "boolean",
24 "default": false
25 },
26 "remove_indent": {
27 "type": "boolean",
28 "default": false
29 },
30 "add_smooth": {
31 "type": "boolean",
32 "default": false
33 },
34 "use_absolute_urls": {
35 "type": "boolean",
36 "default": false
37 },
38 "max_level": {
39 "type": "integer",
40 "default": 6
41 },
42 "min_level": {
43 "type": "integer",
44 "default": 1
45 }
46 },
47 "supports": {
48 "align": [
49 "wide",
50 "full"
51 ]
52 },
53 "textdomain": "simpletoc",
54 "editorScript": "file:index.js",
55 "editorStyle": "file:editor.css"
56 }