2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-03-04 01:15:08 +08:00
discourse/themes/horizon/settings.yml
Régis Hanol 5282383990
UX: Convert Horizon topic_card_context to boolean with theme modifier (#37325)
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.
2026-01-27 12:18:48 +01:00

3 lines
55 B
YAML

topic_card_high_context:
type: bool
default: false