Video Upload Fix and New PreLoader

This commit is contained in:
2026-03-08 21:04:48 -04:00
parent 13c611bd49
commit 7455e3bf14
8 changed files with 244 additions and 6 deletions

View File

@@ -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\"."