mirror of
https://github.com/dpnmw/community-landing.git
synced 2026-03-18 09:27:16 +00:00
Ui improvements and bug fixes
This commit is contained in:
@@ -178,6 +178,9 @@ en:
|
||||
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."
|
||||
splits_background_image_url: "Background image for the splits section (Groups + FAQ row)."
|
||||
splits_bg_dark: "Background color for the splits section (dark mode)."
|
||||
splits_bg_light: "Background color for the splits section (light mode)."
|
||||
splits_min_height: "Minimum height in pixels for the splits section. 0 = auto."
|
||||
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 (30–500). Longer descriptions are truncated."
|
||||
groups_title_size: "Spaces section title font size in pixels. 0 = use default."
|
||||
@@ -190,6 +193,7 @@ en:
|
||||
faq_title_size: "FAQ section title font size in pixels. 0 = use default."
|
||||
faq_card_bg_dark: "FAQ card background color (dark mode). Leave blank for default card styling."
|
||||
faq_card_bg_light: "FAQ card background color (light mode). Leave blank for default."
|
||||
faq_mobile_max_height: "Max height of FAQ container on mobile (px). Content scrolls if it overflows. 0 = no limit."
|
||||
|
||||
# ── 8. App Download CTA ──
|
||||
show_app_ctas: "━━ ROW 8: APP CTA ━━ — Show the App Download CTA: a gradient banner promoting your mobile app with headline, subtitle, download badges (App Store / Google Play), and optional promotional image. Requires at least one app store URL."
|
||||
|
||||
@@ -622,6 +622,17 @@ plugins:
|
||||
splits_background_image_url:
|
||||
default: ""
|
||||
type: string
|
||||
splits_bg_dark:
|
||||
default: ""
|
||||
type: color
|
||||
splits_bg_light:
|
||||
default: ""
|
||||
type: color
|
||||
splits_min_height:
|
||||
default: 0
|
||||
type: integer
|
||||
min: 0
|
||||
max: 800
|
||||
groups_show_description:
|
||||
default: true
|
||||
type: bool
|
||||
@@ -662,6 +673,11 @@ plugins:
|
||||
faq_card_bg_light:
|
||||
default: ""
|
||||
type: color
|
||||
faq_mobile_max_height:
|
||||
default: 0
|
||||
type: integer
|
||||
min: 0
|
||||
max: 1200
|
||||
|
||||
# ══════════════════════════════════════════
|
||||
# 8. App Download CTA Section
|
||||
|
||||
Reference in New Issue
Block a user