block.json in SimpleTOC – Table of Contents Block 5.0.29, at build/block.json
| 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 | } |