mirror of
https://github.com/dpnmw/community-landing.git
synced 2026-03-18 09:27:16 +00:00
Video Upload Fix and New PreLoader
This commit is contained in:
@@ -37,6 +37,16 @@ en:
|
||||
google_font_name: "━━ FONTS ━━ — Google Font family name for body text. Must match exact Google Fonts name (e.g. 'Inter', 'Poppins'). Default: Outfit."
|
||||
title_font_name: "Separate Google Font for section titles and headings. Leave blank to use the body font. Must match exact Google Fonts name."
|
||||
|
||||
# ── Preloader ──
|
||||
preloader_enabled: "━━ PRELOADER ━━ — Show a full-screen loading overlay with logo and progress counter while the page loads."
|
||||
preloader_logo_url: "Custom logo image for the preloader. Leave blank to use the site logo."
|
||||
preloader_bg_dark: "Preloader background color for dark mode. Leave blank for default (matches site background)."
|
||||
preloader_bg_light: "Preloader background color for light mode."
|
||||
preloader_text_color_dark: "Percentage counter text color for dark mode."
|
||||
preloader_text_color_light: "Percentage counter text color for light mode."
|
||||
preloader_bar_color: "Progress bar color. Leave blank to use the accent color."
|
||||
preloader_min_duration: "Minimum time (ms) the preloader is shown, even if loading finishes sooner. Prevents a flash on fast connections. Default: 800."
|
||||
|
||||
# ── Icons ──
|
||||
icon_library: "━━ ICONS ━━ — Icon library for buttons and section titles. 'fontawesome' loads FontAwesome 6 Free; 'google' loads Google Material Symbols Outlined. Use the pipe syntax in labels: \"icon_name | Label\"."
|
||||
|
||||
|
||||
@@ -122,6 +122,36 @@ plugins:
|
||||
default: ""
|
||||
type: string
|
||||
|
||||
# ══════════════════════════════════════════
|
||||
# Preloader
|
||||
# ══════════════════════════════════════════
|
||||
preloader_enabled:
|
||||
default: false
|
||||
type: bool
|
||||
preloader_logo_url:
|
||||
default: ""
|
||||
type: string
|
||||
preloader_bg_dark:
|
||||
default: ""
|
||||
type: color
|
||||
preloader_bg_light:
|
||||
default: ""
|
||||
type: color
|
||||
preloader_text_color_dark:
|
||||
default: ""
|
||||
type: color
|
||||
preloader_text_color_light:
|
||||
default: ""
|
||||
type: color
|
||||
preloader_bar_color:
|
||||
default: ""
|
||||
type: color
|
||||
preloader_min_duration:
|
||||
default: 800
|
||||
type: integer
|
||||
min: 0
|
||||
max: 5000
|
||||
|
||||
# ══════════════════════════════════════════
|
||||
# Icons
|
||||
# ══════════════════════════════════════════
|
||||
|
||||
Reference in New Issue
Block a user