jackabox / statamic-plausible-analytics

Integrate Plausible Analytics into your Statamic Dashboard
MIT License
5 stars 8 forks source link

Dashboard Widget not visible #9

Open maltemichels opened 1 year ago

maltemichels commented 1 year ago

I've tried to add the plausible widget to Statamics dashboard, unfortunately it doesn't appear there. I've added the following lines at top of the 'widgets' property inside of config/statamic/cp.php with more available native Statamic widgets, which do appear.

[
    'type' => 'plausible_visitor_overview',
    'period' => '30d', // Period you want to show
    'show_graph' => 0 // Boolean, 0 or 1
]
thrhgh commented 1 year ago

Same for me. I was not sure if it was due to using v4 of statamic.