update to bootstrap 4 p1, bugfix for logoLarge, logging cleanup, more

This commit is contained in:
Joey Kimsey
2024-12-08 04:35:25 -05:00
parent 9abd3865f5
commit dcbe7c2ac0
25 changed files with 509 additions and 264 deletions

View File

@ -253,6 +253,11 @@ class TheTempusProject extends Bedrock {
"pretty" => "Site Logo (Used mostly in emails)",
"default" => "images/logo.png"
],
"logoLarge" => [
"type" => "file",
"pretty" => "Large Site Logo (Used mostly when sharing images on social media)",
"default" => "images/logoLarge.jpg"
],
"name" => [
"type" => "text",
"pretty" => "Site Name",