Merge branch 'main' into joeykimsey-com

This commit is contained in:
Joey Kimsey
2025-02-05 23:08:57 -05:00
13 changed files with 173 additions and 311 deletions

View File

@ -313,7 +313,13 @@ class TheTempusProject extends Bedrock {
"pretty" => "Maximum Login session length. (in seconds)",
"default" => 604800, // 60 * 60 * 24 * 7
"value" => 604800, // 60 * 60 * 24 * 7
]
],
"pwa" => [
"type" => "radio",
"pretty" => "Enable PWA banner for installs",
"default" => false,
"value" => false,
],
],
"maintenance" => [
"enabled" => [
@ -329,6 +335,20 @@ class TheTempusProject extends Bedrock {
"value" => "Currently the site is undergoing maintenance. Only administrators will be able to sign in.",
]
],
"share" => [
"enabled" => [
"type" => "radio",
"pretty" => "Enables the share popover.",
"default" => false,
"value" => false,
],
"qr"=> [
"type" => "radio",
"pretty" => "Enables a custom qr-code in the share popover.",
"default" => false,
"value" => false,
]
],
"uploads" => [
"images" => [
"type" => "radio",