Admin Menu Sorting

Fix broken admin menu sorting and rearrange frontend ui elements
This commit is contained in:
2026-03-08 00:06:12 -04:00
parent 4f41c0f900
commit 3e5951dd81
7 changed files with 199 additions and 124 deletions

View File

@@ -174,9 +174,20 @@ plugins:
stat_labels_enabled:
default: true
type: bool
stats_title_enabled:
default: true
type: bool
stats_title:
default: "Premium Stats"
type: string
stat_card_style:
default: "rectangle"
type: enum
choices:
- rectangle
- rounded
- pill
- minimal
stat_icon_color:
default: "d4a24e"
type: color
@@ -327,6 +338,18 @@ plugins:
contributors_enabled:
default: true
type: bool
contributors_title:
default: "Top Creators"
type: string
contributors_title_enabled:
default: true
type: bool
contributors_count_label:
default: "Cheers"
type: string
contributors_count_label_enabled:
default: true
type: bool
contributors_days:
default: 90
type: integer