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 / build / block.json

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

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