Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mzur/kirby-uniform
Browse files Browse the repository at this point in the history
  • Loading branch information
mzur committed Jan 4, 2023
2 parents 879406f + 43a94f6 commit ba3184d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
custom: https://www.paypal.me/mzur/10eur
custom: https://www.paypal.me/mzur
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,10 @@
},
"extra": {
"kirby-cms-path": "vendor/getkirby/kirby"
},
"config": {
"allow-plugins": {
"getkirby/composer-installer": true
}
}
}
2 changes: 1 addition & 1 deletion config.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use Kirby\Cms\App as Kirby;

Kirby::plugin('mzur/kirby-uniform', [
Kirby::plugin('mzur/uniform', [
'templates' => [
'uniform/log-json' => __DIR__.'/templates/log-json.php',
'emails/uniform-default' => __DIR__.'/templates/emails/default.php',
Expand Down

0 comments on commit ba3184d

Please sign in to comment.