UX: Add theme settings and value transformers (#67)
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
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user