mirror of
https://github.com/dpnmw/community-landing.git
synced 2026-03-18 09:27:16 +00:00
Admin Menu Sorting
Fix broken admin menu sorting and rearrange frontend ui elements
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user