diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 88630a9..e5c1e62 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -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 diff --git a/composer.json b/composer.json index a6ebe86..111b151 100644 --- a/composer.json +++ b/composer.json @@ -39,5 +39,10 @@ }, "extra": { "kirby-cms-path": "vendor/getkirby/kirby" + }, + "config": { + "allow-plugins": { + "getkirby/composer-installer": true + } } } diff --git a/config.php b/config.php index e461725..730817f 100644 --- a/config.php +++ b/config.php @@ -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',