mirror of
https://github.com/discourse/discourse.git
synced 2026-03-04 01:15:08 +08:00
Converts the `topic_card_context` enum setting to a boolean `topic_card_high_context` setting and links it to the `serialize_topic_excerpts` theme modifier. This automatically enables topic excerpt serialization when the high context card layout is enabled, without requiring admins to manually enable a global site setting.
3 lines
55 B
YAML
3 lines
55 B
YAML
topic_card_high_context:
|
|
type: bool
|
|
default: false
|