We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 589eeb5 commit bb22eedCopy full SHA for bb22eed
composer.json
@@ -3,13 +3,14 @@
3
"description": "A color field for Kirby 3",
4
"type": "kirby-plugin",
5
"license": "MIT",
6
- "version": "1.7.0",
+ "version": "1.7.2",
7
"authors": [
8
{
9
"name": "hana+nils · Büro für Gestaltung",
10
"email": "[email protected]"
11
}
12
],
13
+ "homepage": "https://github.com/hananils/kirby-colors",
14
"support": {
15
"issues": "https://github.com/hananils/kirby-colors/issues/"
16
},
index.php
@@ -2,7 +2,7 @@
2
@include_once __DIR__ . '/vendor/autoload.php';
-Kirby::plugin('hananils/kirby-colors', [
+Kirby::plugin('hananils/colors', [
'fields' => [
'colors' => [
'props' => [
0 commit comments