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:
Martin Brennan
2025-03-20 15:38:46 +10:00
committed by GitHub
parent d062468f93
commit 274e5f7a1f
3 changed files with 21 additions and 6 deletions
+11
View File
@@ -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"