mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-22 22:36:11 +08:00
System themes were introduced here - https://github.com/discourse/discourse/pull/32681 In this PR, Horizon is imported.
11 lines
286 B
YAML
Vendored
11 lines
286 B
YAML
Vendored
enable_welcome_banner:
|
|
default: true
|
|
description: "Overrides the core `enable welcome banner` site setting"
|
|
|
|
search_experience:
|
|
type: enum
|
|
default: search_field
|
|
choices:
|
|
- search_field
|
|
- search_icon
|
|
description: "Overrides the core `search experience` site setting"
|