274e5f7a1f
This commit adds the above for these core site settings: * search_experience * enable_welcome_banner Since for horizon we want better control of the default experience of these settings OOTB. See also https://github.com/discourse/discourse/pull/31917
12 lines
286 B
YAML
12 lines
286 B
YAML
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"
|