This commit is contained in:
Joey Kimsey
2024-12-18 08:56:58 -05:00
parent 06bd337d36
commit 59279c8349
23 changed files with 339 additions and 51 deletions

View File

@ -202,7 +202,7 @@ class TheTempusProject extends Bedrock {
'find' => '#\[img\](.*?)\[/img\]#is',
'replace' => "<img src='$1'>",
'enabled' => true,
'example' => '[img]/images/logo.png[/img]',
'example' => '[img]/images/logo180.png[/img]',
],
[
'name' => 'bbCode.url',
@ -266,7 +266,7 @@ class TheTempusProject extends Bedrock {
"logo" => [
"type" => "file",
"pretty" => "Site Logo (Used mostly in emails)",
"default" => "images/logo.png"
"default" => "images/logo180.png"
],
"logoLarge" => [
"type" => "file",