Compatibility with discourse admin

Fixes towards admin settings.
This commit is contained in:
2026-03-08 00:56:01 -04:00
parent 3e5951dd81
commit 8c1ad49518
6 changed files with 311 additions and 19 deletions

View File

@@ -77,9 +77,21 @@ plugins:
navbar_signin_label:
default: "Sign In"
type: string
navbar_signin_enabled:
default: true
type: bool
navbar_signin_color:
default: ""
type: color
navbar_join_label:
default: "Get Started"
type: string
navbar_join_enabled:
default: true
type: bool
navbar_join_color:
default: ""
type: color
navbar_bg_color:
default: ""
type: color
@@ -115,12 +127,18 @@ plugins:
type: integer
min: 100
max: 1200
hero_primary_button_enabled:
default: true
type: bool
hero_primary_button_label:
default: "View Latest Topics"
type: string
hero_primary_button_url:
default: "/latest"
type: string
hero_secondary_button_enabled:
default: true
type: bool
hero_secondary_button_label:
default: "Explore Our Spaces"
type: string
@@ -303,6 +321,9 @@ plugins:
topics_enabled:
default: true
type: bool
topics_title_enabled:
default: true
type: bool
topics_title:
default: "Trending Discussions"
type: string
@@ -350,6 +371,20 @@ plugins:
contributors_count_label_enabled:
default: true
type: bool
contributors_alignment:
default: "center"
type: enum
choices:
- center
- left
contributors_pill_max_width:
default: 340
type: integer
min: 200
max: 600
contributors_pill_bg_color:
default: ""
type: color
contributors_days:
default: 90
type: integer
@@ -363,6 +398,9 @@ plugins:
groups_enabled:
default: true
type: bool
groups_title_enabled:
default: true
type: bool
groups_title:
default: "Community Spaces"
type: string