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

@@ -38,7 +38,7 @@ en:
title_font_name: "Separate Google Font for section titles and headings. Leave blank to use the body font. Must match exact Google Fonts name."
# ── Icons ──
fontawesome_enabled: "━━ ICONS ━━ — Enable FontAwesome 6 Free icons. Loads the icon library from CDN for use on buttons."
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\"."
# ── 1. Navbar ──
navbar_signin_label: "━━ ROW 1: NAVBAR ━━ — Fixed navigation bar at the top with logo, theme toggle, sign-in link, and join button. This setting controls the sign-in link text."
@@ -230,4 +230,6 @@ en:
footer_links: 'Footer navigation links as a JSON array. Format: [{"label":"Terms","url":"/tos"},{"label":"Privacy","url":"/privacy"}].'
footer_bg_dark: "Section background color override. Dark (left) and light (right) color pickers. Leave blank for default."
footer_bg_light: "Light mode background for the footer."
footer_text_color_dark: "Footer text color for dark mode. Applies to site name, links, copyright, and description. Leave blank for default."
footer_text_color_light: "Footer text color for light mode."
footer_border_style: "Border style at the top of the footer bar."

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"