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:
@@ -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