System Reworked v4

This commit is contained in:
2026-03-08 14:05:27 -04:00
parent 3442e615b2
commit adf3183cb8
8 changed files with 161 additions and 152 deletions

View File

@@ -56,10 +56,6 @@ en:
social_youtube_url: "YouTube channel URL. Leave blank to hide."
social_tiktok_url: "TikTok profile URL. Leave blank to hide."
social_github_url: "GitHub organization or profile URL. Leave blank to hide."
navbar_signin_icon: "FontAwesome icon name for the sign-in button (e.g. 'right-to-bracket'). Leave blank for no icon. Requires FontAwesome enabled."
navbar_signin_icon_position: "Show the icon before or after the sign-in button label."
navbar_join_icon: "FontAwesome icon name for the join button (e.g. 'user-plus'). Leave blank for no icon. Requires FontAwesome enabled."
navbar_join_icon_position: "Show the icon before or after the join button label."
# ── 2. Hero Section ──
hero_title: "━━ ROW 2: HERO ━━ — Large welcome area at the top with headline, subtitle, CTA buttons, and optional imagery. This is the main headline text."
@@ -77,10 +73,6 @@ en:
hero_secondary_button_enabled: "Show the secondary CTA button in the hero section."
hero_secondary_button_label: "Text on the secondary (outlined) CTA button."
hero_secondary_button_url: "URL the secondary button links to."
hero_primary_button_icon: "FontAwesome icon name for the primary hero button (e.g. 'rocket', 'arrow-right'). Leave blank for no icon."
hero_primary_button_icon_position: "Show the icon before or after the primary button label."
hero_secondary_button_icon: "FontAwesome icon name for the secondary hero button. Leave blank for no icon."
hero_secondary_button_icon_position: "Show the icon before or after the secondary button label."
hero_primary_btn_color_dark: "Primary button background color. Dark (left) and light (right) pickers. Leave blank for accent color."
hero_primary_btn_color_light: "Light mode background for the primary button."
hero_secondary_btn_color_dark: "Secondary button background color. Dark (left) and light (right) pickers. Leave blank for default glass style."
@@ -185,10 +177,7 @@ en:
groups_selected: "Show only specific groups. Enter group names separated by pipes (e.g. designers|developers|artists). Leave blank to auto-select public groups."
groups_card_bg_dark: "Space card background color. Dark (left) and light (right) pickers. Leave blank for default card styling."
groups_card_bg_light: "Light mode background for space cards."
groups_bg_dark: "Section background color override. Dark (left) and light (right) color pickers. Leave blank for default."
groups_bg_light: "Light mode background for the spaces section."
groups_min_height: "Minimum height for the spaces section in pixels. Set to 0 for auto height."
groups_border_style: "Border style at the bottom of the spaces section."
splits_background_image_url: "Background image for the splits section (Groups + FAQ row)."
groups_show_description: "Show group description text (from the group's bio) below the group name on each card."
groups_description_max_length: "Maximum characters for group description text (30500). Longer descriptions are truncated."
groups_title_size: "Spaces section title font size in pixels. 0 = use default."

View File

@@ -182,24 +182,6 @@ plugins:
social_github_url:
default: ""
type: string
navbar_signin_icon:
default: ""
type: string
navbar_signin_icon_position:
default: "before"
type: enum
choices:
- before
- after
navbar_join_icon:
default: ""
type: string
navbar_join_icon_position:
default: "before"
type: enum
choices:
- before
- after
# ══════════════════════════════════════════
# 2. Hero Section
@@ -231,7 +213,7 @@ plugins:
type: string
hero_image_urls:
default: ""
type: list
type: text_area
hero_image_max_height:
default: 500
type: integer
@@ -255,24 +237,6 @@ plugins:
hero_secondary_button_url:
default: "/login"
type: string
hero_primary_button_icon:
default: ""
type: string
hero_primary_button_icon_position:
default: "before"
type: enum
choices:
- before
- after
hero_secondary_button_icon:
default: ""
type: string
hero_secondary_button_icon_position:
default: "before"
type: enum
choices:
- before
- after
hero_primary_btn_color_dark:
default: ""
type: color
@@ -606,6 +570,15 @@ plugins:
type: integer
min: 0
max: 80
participation_topics_label:
default: "Topics"
type: string
participation_posts_label:
default: "Posts"
type: string
participation_likes_label:
default: "Likes"
type: string
participation_stat_color:
default: ""
type: color
@@ -646,25 +619,9 @@ plugins:
groups_card_bg_light:
default: ""
type: color
groups_bg_dark:
splits_background_image_url:
default: ""
type: color
groups_bg_light:
default: ""
type: color
groups_min_height:
default: 0
type: integer
min: 0
max: 2000
groups_border_style:
default: "none"
type: enum
choices:
- none
- solid
- dashed
- dotted
type: string
groups_show_description:
default: true
type: bool
@@ -787,6 +744,18 @@ plugins:
type: integer
min: 0
max: 80
app_cta_headline_color_dark:
default: ""
type: color
app_cta_headline_color_light:
default: ""
type: color
app_cta_subtext_color_dark:
default: ""
type: color
app_cta_subtext_color_light:
default: ""
type: color
# ══════════════════════════════════════════
# 9. Footer