PluginProbe
SimpleTOC – Table of Contents Block / 5.0.3
SimpleTOC – Table of Contents Block v5.0.3
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.3, at src/block.json

43 lines 874 B
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.3",
6 "title": "SimpleTOC",
7 "category": "layout",
8 "keywords": [ "TOC", "Table of Contents", "SimpleTOC", "Inhaltsverzeichnis" ],
9 "icon": "simpletocicon",
10 "description": "Adds a Table of Contents.",
11 "attributes": {
12 "no_title": {
13 "type": "boolean",
14 "default": false
15 },
16 "use_ol": {
17 "type": "boolean",
18 "default": false
19 },
20 "remove_indent": {
21 "type": "boolean",
22 "default": false
23 },
24 "add_smooth": {
25 "type": "boolean",
26 "default": false
27 },
28 "use_absolute_urls": {
29 "type": "boolean",
30 "default": false
31 },
32 "max_level": {
33 "type": "integer",
34 "default": 6
35 }
36 },
37 "supports": {
38 "align": [ "wide" , "full"]
39 },
40 "textdomain": "simpletoc",
41 "editorScript": "file:index.js",
42 "editorStyle": "file:editor.css"
43 }