| 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 |
|