PluginProbe
Simple Analytics / 1.26
Simple Analytics v1.26
1.109 1.108 1.107 1.106 1.73 1.74 1.75 1.76 1.77 1.78 1.79 1.8 1.80 1.81 1.82 1.83 1.84 1.85 1.86 1.87 1.88 1.89 1.9 1.90 1.91 All 98 releases
← All changes | src/Plugin.php +3 -0 1.851.26 View file →
@@ -98,8 +98,11 @@
98 98 $tab->input(SettingName::CUSTOM_DOMAIN, 'Custom Domain')
99 99 ->placeholder('Enter your custom domain or leave it empty.')
100 100 ->description('E.g. api.example.com. Leave empty to use the default domain (most users).')
101 101 ->docs('https://docs.simpleanalytics.com/bypass-ad-blockers');
102 +
103 + $tab->checkbox(SettingName::ENABLED, 'Enabled')
104 + ->description('Enable or disable Simple Analytics on your website.');
102 105 })
103 106 ->tab('Ignore Rules', function (Tab $tab) {
104 107 $tab->icon(get_icon('eye-slash'));
105 108