DiscoTOC/about.json
Osama Sayegh bbb6e77435
UX: Add missing descriptions for settings and remove dead settings (#83)
This commit adds missing descriptions for the `composer_toc_text` and `TOC_min_heading` settings replaces "dead" settings whose only purpose was to add icons to the SVG sprite with the `svg_icons` modifier in the about.json file.
2024-03-27 15:56:09 +03:00

14 lines
352 B
JSON

{
"name": "DiscoTOC",
"component": true,
"about_url": "https://meta.discourse.org/t/discotoc-automatic-table-of-contents/111143",
"license_url": "https://github.com/discourse/DiscoTOC/blob/main/LICENSE",
"theme_version": "2.1.0",
"assets": {
"icons-sprite": "/assets/sprite.svg"
},
"modifiers": {
"svg_icons": ["hashtag"]
}
}