diff --git a/composer.json b/composer.json index f1f4cfd..de43b7a 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "floriankarsten/kirby-plausible", "description": "", "type": "kirby-plugin", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "authors": [ { @@ -12,7 +12,7 @@ ], "require": { "getkirby/composer-installer": "^1.1", - "getkirby/cms": "^3.6.0 || ^4.0.0" + "getkirby/cms": "^4.0.0" }, "autoload": { }, diff --git a/index.js b/index.js index f5853c0..ffa2e1c 100644 --- a/index.js +++ b/index.js @@ -2,14 +2,15 @@ panel.plugin("floriankarsten/plausible", { components: { 'k-plausible-view': { template: ` - - - - - You need to set floriankarsten.plausible.sharedLink in config.php - - - + + + + + + You need to set floriankarsten.plausible.sharedLink in config.php + + + `, props: ["sharedLink"], },
You need to set floriankarsten.plausible.sharedLink in config.php