Console Logging Enabled

Checking for where the video upload is failing
This commit is contained in:
2026-03-08 20:06:45 -04:00
parent 435ad5e00f
commit 2473c5990d
7 changed files with 100 additions and 39 deletions

View File

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