PluginProbe
SimpleTOC – Table of Contents Block / 5.0.29
SimpleTOC – Table of Contents Block v5.0.29
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 / src / block.json

block.json in SimpleTOC – Table of Contents Block 5.0.29, at src/block.json

64 lines 1.1 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.29",
6 "title": "SimpleTOC",
7 "category": "layout",
8 "keywords": [
9 "TOC",
10 "Table of Contents",
11 "SimpleTOC",
12 "Inhaltsverzeichnis",
13 "Index"
14 ],
15 "supports": {
16 "align": [ "wide", "full" ]
17 },
18 "icon": "simpletocicon",
19 "description": "Adds a Table of Contents.",
20 "attributes": {
21 "no_title": {
22 "type": "boolean",
23 "default": false
24 },
25 "title_text": {
26 "type": "string"
27 },
28 "use_ol": {
29 "type": "boolean",
30 "default": false
31 },
32 "remove_indent": {
33 "type": "boolean",
34 "default": false
35 },
36 "add_smooth": {
37 "type": "boolean",
38 "default": false
39 },
40 "use_absolute_urls": {
41 "type": "boolean",
42 "default": false
43 },
44 "max_level": {
45 "type": "integer",
46 "default": 6
47 },
48 "min_level": {
49 "type": "integer",
50 "default": 1
51 },
52 "autorefresh": {
53 "type": "boolean",
54 "default": true
55 },
56 "updated": {
57 "type": "integer"
58 }
59 },
60 "textdomain": "simpletoc",
61 "editorScript": "file:index.js",
62 "editorStyle": "file:editor.css"
63 }
64