block.json in SimpleTOC – Table of Contents Block 5.0.22, at build/block.json
| 1 | { |
| 2 | "$schema": "https://json.schemastore.org/block.json", |
| 3 | "apiVersion": 2, |
| 4 | "name": "simpletoc/toc", |
| 5 | "version": "5.0.8", |
| 6 | "title": "SimpleTOC", |
| 7 | "category": "layout", |
| 8 | "keywords": [ |
| 9 | "TOC", |
| 10 | "Table of Contents", |
| 11 | "SimpleTOC", |
| 12 | "Inhaltsverzeichnis", |
| 13 | "Index" |
| 14 | ], |
| 15 | "icon": "simpletocicon", |
| 16 | "description": "Adds a Table of Contents.", |
| 17 | "attributes": { |
| 18 | "no_title": { |
| 19 | "type": "boolean", |
| 20 | "default": false |
| 21 | }, |
| 22 | "use_ol": { |
| 23 | "type": "boolean", |
| 24 | "default": false |
| 25 | }, |
| 26 | "remove_indent": { |
| 27 | "type": "boolean", |
| 28 | "default": false |
| 29 | }, |
| 30 | "add_smooth": { |
| 31 | "type": "boolean", |
| 32 | "default": false |
| 33 | }, |
| 34 | "use_absolute_urls": { |
| 35 | "type": "boolean", |
| 36 | "default": false |
| 37 | }, |
| 38 | "max_level": { |
| 39 | "type": "integer", |
| 40 | "default": 6 |
| 41 | }, |
| 42 | "min_level": { |
| 43 | "type": "integer", |
| 44 | "default": 2 |
| 45 | } |
| 46 | }, |
| 47 | "supports": { |
| 48 | "align": [ |
| 49 | "wide", |
| 50 | "full" |
| 51 | ] |
| 52 | }, |
| 53 | "textdomain": "simpletoc", |
| 54 | "editorScript": "file:index.js", |
| 55 | "editorStyle": "file:editor.css" |
| 56 | } |