mirror of
https://github.com/dpnmw/community-landing.git
synced 2026-03-18 09:27:16 +00:00
UI Revamped v5
Landing page section migration and ui improvements.
This commit is contained in:
@@ -36,6 +36,8 @@ en:
|
||||
hero_secondary_button_label: "Text on the secondary (outlined) CTA button."
|
||||
hero_secondary_button_url: "URL the secondary button links to."
|
||||
hero_video_url: "URL for a hero video. Supports MP4 and YouTube links. A play button appears in the hero area; clicking opens a lightbox modal with the video."
|
||||
hero_video_button_color: "Custom background color for the hero video play button. Leave blank to use the accent color."
|
||||
hero_video_blur_on_hover: "Apply a blur effect to the hero image when hovering the play button."
|
||||
hero_bg_dark: "Background color for the hero section in dark mode. Hex value. Leave blank for default."
|
||||
hero_bg_light: "Background color for the hero section in light mode. Hex value. Leave blank for default."
|
||||
hero_min_height: "Minimum height for the hero section in pixels. Set to 0 for auto height."
|
||||
@@ -52,6 +54,7 @@ en:
|
||||
stat_posts_label: "Custom label for the Posts stat card."
|
||||
stat_likes_label: "Custom label for the Likes stat card."
|
||||
stat_chats_label: "Custom label for the Chats stat card. Shows total chat messages if the Chat plugin is active."
|
||||
stat_round_numbers: "Round large numbers for a cleaner display: 1000 becomes 1K, 12345 becomes 12.3K, 1234567 becomes 1.2M."
|
||||
stats_bg_dark: "Background color for the stats section in dark mode. Leave blank for default."
|
||||
stats_bg_light: "Background color for the stats section in light mode. Leave blank for default."
|
||||
stats_min_height: "Minimum height for the stats section in pixels. Set to 0 for auto height."
|
||||
|
||||
@@ -130,6 +130,12 @@ plugins:
|
||||
hero_video_url:
|
||||
default: ""
|
||||
type: string
|
||||
hero_video_button_color:
|
||||
default: ""
|
||||
type: color
|
||||
hero_video_blur_on_hover:
|
||||
default: true
|
||||
type: bool
|
||||
hero_bg_dark:
|
||||
default: ""
|
||||
type: color
|
||||
@@ -186,6 +192,9 @@ plugins:
|
||||
stat_chats_label:
|
||||
default: "Chats"
|
||||
type: string
|
||||
stat_round_numbers:
|
||||
default: false
|
||||
type: bool
|
||||
stats_bg_dark:
|
||||
default: ""
|
||||
type: color
|
||||
|
||||
Reference in New Issue
Block a user