mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 04:31:56 +08:00
d1474e94a1
There are three modifiers: - serialize_topic_excerpts (boolean) - csp_extensions (array of strings) - svg_icons (array of strings) When multiple themes are active, the values will be combined. The combination method varies based on the setting. CSP/SVG arrays will be combined. serialize_topic_excerpts will use `Enumerable#any`. |
||
---|---|---|
.. | ||
builder.rb | ||
default.rb | ||
extension.rb | ||
middleware.rb |