discourse/plugins/discourse-math/config/settings.yml
Martin Brennan cd387b4e4d
UX: Move more plugin settings out of Plugin category (#39476)
Similar to https://github.com/discourse/discourse/pull/39475, move
the settings out of Plugins and into dedicated setting categories
for:

* Data Explorer
* Login with Amazon
* Math
* Post Voting
* Poll
2026-04-23 15:17:00 +10:00

33 lines
682 B
YAML

discourse_math:
discourse_math_enabled:
default: false
client: true
discourse_math_provider:
default: "mathjax"
client: true
type: enum
choices:
- mathjax
- katex
discourse_math_enable_latex_delimiters:
default: true
client: true
discourse_math_mathjax_output:
default: "html"
client: true
type: enum
choices:
- html
- svg
discourse_math_enable_menu:
default: true
client: true
discourse_math_zoom_on_click:
default: false
client: true
discourse_math_enable_accessibility:
default: false
client: true
discourse_math_enable_asciimath:
default: false
client: true