Merge branch 'main' into allthebookmarks-com
This commit is contained in:
@ -100,6 +100,10 @@ class TheTempusProject extends Bedrock {
|
||||
'text' => '<i class="fa fa-fw fa-shield-halved"></i> Tokens',
|
||||
'url' => '{ROOT_URL}admin/tokens',
|
||||
],
|
||||
[
|
||||
'text' => '<i class="fa-solid fa-image"></i> Images',
|
||||
'url' => '{ROOT_URL}admin/images',
|
||||
],
|
||||
[
|
||||
'text' => '<i class="fa fa-fw fa-arrow-down"></i> Modules',
|
||||
'url' => [
|
||||
@ -292,6 +296,11 @@ class TheTempusProject extends Bedrock {
|
||||
"pretty" => "Enable CSRF Token for all forms.",
|
||||
"default" => true
|
||||
],
|
||||
"registrationEnabled" => [
|
||||
"type" => "radio",
|
||||
"pretty" => "Allow new users to register an account.",
|
||||
"default" => true
|
||||
],
|
||||
"loginLimit" => [
|
||||
"type" => "text",
|
||||
"pretty" => "Maximum Login Attempts per hour",
|
||||
@ -305,17 +314,15 @@ class TheTempusProject extends Bedrock {
|
||||
],
|
||||
"uploads" => [
|
||||
"images" => [
|
||||
"type"=> "radio",
|
||||
"pretty"=> "Upload Images Enabled",
|
||||
"default"=> true,
|
||||
"protected"=> true,
|
||||
"value"=> true,
|
||||
"type" => "radio",
|
||||
"pretty" => "Upload Images Enabled",
|
||||
"default" => true,
|
||||
"value" => true,
|
||||
],
|
||||
"maxImageSize"=> [
|
||||
"type" => "text",
|
||||
"pretty" => "Maximum size for image uploads",
|
||||
"default" => 500000,
|
||||
"protected" => true,
|
||||
"value" => 500000,
|
||||
]
|
||||
],
|
||||
@ -430,7 +437,8 @@ class TheTempusProject extends Bedrock {
|
||||
"url" => "{ROOT_URL}usercp/password",
|
||||
"name" => "Change Password"
|
||||
];
|
||||
|
||||
Components::set( 'SITE_URL', Routes::getAddress() );
|
||||
Components::set( 'DEBUG_EMAIL', DEBUG_EMAIL );
|
||||
Debug::gend();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user