You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`kirby-reporter.repository`| The repository to which the issues are reported.<br>*Must be a fully qualified url:*`https://github.com/gearsdigital/kirby-reporter`|
50
50
|`kirby-reporter.token`| Your personal access token.<br>*Your personal access token is never populated to the client!*|
51
-
|`kirby-reporter.disabled`| Setting this option to `true` disables the plugin completely. |
51
+
|`kirby-reporter.disabled`| Setting this option to `true` disables the plugin completely. This option *must* be present. |
52
+
53
+
### Example
54
+
```php
55
+
// site/config/config.php
56
+
return [
57
+
'kirby-reporter.disabled' => false, // set true to disable the plugin
0 commit comments