wip
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user