mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-02 00:05:39 +08:00
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
33 lines
682 B
YAML
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
|