# simpletoc/5.0.32/src/block.json

SimpleTOC – Table of Contents Block, version 5.0.32. 64 lines.

- Page: https://pluginprobe.com/plugins/simpletoc/5.0.32/code/src/block.json
- Raw: https://pluginprobe.com/plugins/simpletoc/5.0.32/raw/src/block.json
- Modified: 2022-10-18T12:10:34+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/simpletoc/5.0.32/code/src/block.json#L10-L20`.

```json
{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 2,
	"name": "simpletoc/toc",
	"version": "5.0.32",
	"title": "SimpleTOC",
	"category": "layout",
	"keywords": [
		"TOC",
		"Table of Contents",
		"SimpleTOC",
		"Inhaltsverzeichnis",
		"Index"
	],
	"supports": {
		"align": [ "wide", "full" ]
	},
	"icon": "simpletocicon",
	"description": "Adds a Table of Contents.",
	"attributes": {
		"no_title": {
			"type": "boolean",
			"default": false
		},
		"title_text": {
			"type": "string"
		},
		"use_ol": {
			"type": "boolean",
			"default": false
		},
		"remove_indent": {
			"type": "boolean",
			"default": false
		},
		"add_smooth": {
			"type": "boolean",
			"default": false
		},
		"use_absolute_urls": {
			"type": "boolean",
			"default": false
		},
		"max_level": {
			"type": "integer",
			"default": 6
		},
		"min_level": {
			"type": "integer",
			"default": 1
		},
		"autorefresh": {
			"type": "boolean",
			"default": true
		},
		"updated": {
			"type": "integer"
		}
	},
	"textdomain": "simpletoc",
	"editorScript": "file:index.js",
	"editorStyle": "file:editor.css"
}

```
