* FEATURE: Allow TOC for replies
This commit adds an optional setting that allows enabling a TOC for
replies. TOCs for replies are not affected by autoTOC settings like
`auto_TOC_tags` and must be inserted manually.
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.
This PR adds two settings.
One allows admins to select a list of categories that will automatically enable the TOC if the topic category matches.
The other does the same but with tags.
Note that the topic still needs to have the other requirements for TOC, such as having headings. Also, this will still only apply to the first post.
This PR also moves some setting descriptions to the appropriate place.
It also uses `pretender` for the tests instead of generating the fixture manually.