Skip to content

Commit

Permalink
Fix plugin name definition
Browse files Browse the repository at this point in the history
Closes #31, closes #32
  • Loading branch information
nilshoerrmann committed Jun 9, 2023
1 parent 589eeb5 commit bb22eed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
"description": "A color field for Kirby 3",
"type": "kirby-plugin",
"license": "MIT",
"version": "1.7.0",
"version": "1.7.2",
"authors": [
{
"name": "hana+nils · Büro für Gestaltung",
"email": "[email protected]"
}
],
"homepage": "https://github.com/hananils/kirby-colors",
"support": {
"issues": "https://github.com/hananils/kirby-colors/issues/"
},
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

@include_once __DIR__ . '/vendor/autoload.php';

Kirby::plugin('hananils/kirby-colors', [
Kirby::plugin('hananils/colors', [
'fields' => [
'colors' => [
'props' => [
Expand Down

0 comments on commit bb22eed

Please sign in to comment.