mirror of
https://github.com/dpnmw/community-landing.git
synced 2026-03-18 09:27:16 +00:00
Console Logging Enabled
Checking for where the video upload is failing
This commit is contained in:
@@ -123,11 +123,15 @@ plugins:
|
||||
type: string
|
||||
|
||||
# ══════════════════════════════════════════
|
||||
# Icons (FontAwesome)
|
||||
# Icons
|
||||
# ══════════════════════════════════════════
|
||||
fontawesome_enabled:
|
||||
default: false
|
||||
type: bool
|
||||
icon_library:
|
||||
default: "none"
|
||||
type: enum
|
||||
choices:
|
||||
- none
|
||||
- fontawesome
|
||||
- google
|
||||
|
||||
# ══════════════════════════════════════════
|
||||
# 1. Navbar
|
||||
@@ -809,7 +813,13 @@ plugins:
|
||||
default: ""
|
||||
type: color
|
||||
footer_bg_light:
|
||||
default: "#ffffff"
|
||||
default: ""
|
||||
type: color
|
||||
footer_text_color_dark:
|
||||
default: ""
|
||||
type: color
|
||||
footer_text_color_light:
|
||||
default: ""
|
||||
type: color
|
||||
footer_border_style:
|
||||
default: "solid"
|
||||
|
||||
Reference in New Issue
Block a user