Skip to content

Commit c600f65

Browse files
Add funding configuration and update default logo to WebP
- Create `.github/FUNDING.yml` to include Patreon and GitHub sponsorship links. - Update the default installation configuration in `InstallService` to use a `.webp` logo instead of `.png`.
1 parent 379ebb6 commit c600f65

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/FUNDING.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
patreon: bertugfahriozer
2+
github: [bertugfahriozer]

modules/Install/Services/InstallService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ public function createDefaultData(array $args)
216216
array(
217217
array('class' => 'Config\\App', 'key' => 'templateInfos', 'value' => '{"path":"default","name":null,"widgets":{"sidebar":{"searchWidget":"true","categoriesWidget":"true"}}}', 'type' => 'string', 'context' => NULL),
218218
array('class' => 'Config\\App', 'key' => 'siteName', 'value' => $args['siteName'], 'type' => 'string', 'context' => NULL),
219-
array('class' => 'Config\\App', 'key' => 'logo', 'value' => '/media/logo.png', 'type' => 'string', 'context' => NULL),
219+
array('class' => 'Config\\App', 'key' => 'logo', 'value' => '/media/logo.webp', 'type' => 'string', 'context' => NULL),
220220
array('class' => 'Config\\App', 'key' => 'socialNetwork', 'value' => '[{"smName":"facebook","link":"https:\\/\\/facebook.com\\/bertugfahriozer"},{"smName":"twitter","link":"https:\\/\\/twitter.com\\/bertugfahriozer"},{"smName":"github","link":"https:\\/\\/github.com\\/bertugfahriozer"}]', 'type' => 'string', 'context' => NULL),
221221
array('class' => 'Config\\App', 'key' => 'contact', 'value' => '{"address":"Bal\\u0131kesir \\/ Turkey","phone":"+905000000000","email":"info@ci4ms.com"}', 'type' => 'string', 'context' => NULL),
222222
array('class' => 'Config\\App', 'key' => 'mail', 'value' => '{"server": "mail.ci4ms.com","port": "26","address": "simple@ci4ms.com","password": "' . base64_encode($encrypter->encrypt('123456789')) . '","protocol": "smtp","tls": false}', 'type' => 'string', 'context' => NULL),

0 commit comments

Comments
 (0)