Settings Navigation Repositioned

This commit is contained in:
2026-03-06 22:02:23 -04:00
parent af75ea54a6
commit 8ce1c36bb9
10 changed files with 321 additions and 195 deletions

View File

@@ -140,6 +140,18 @@ plugins:
stat_icon_color:
default: "d4a24e"
type: color
stat_icon_bg_color:
default: ""
type: string
stat_icon_shape:
default: "circle"
type: enum
choices:
- circle
- rounded
stat_counter_color:
default: ""
type: string
stat_members_label:
default: "Members"
type: string
@@ -310,6 +322,12 @@ plugins:
groups_count:
default: 5
type: integer
groups_selected:
default: ""
type: list
groups_card_bg_color:
default: ""
type: string
groups_bg_dark:
default: ""
type: string
@@ -424,10 +442,3 @@ plugins:
- solid
- dashed
- dotted
# ══════════════════════════════════════════
# Custom CSS (last)
# ══════════════════════════════════════════
custom_css:
default: ""
type: text