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