use Cubist\Backpack\Magic\Fields\SelectFromArray;
use Cubist\Backpack\Magic\Fields\Text;
use Cubist\Backpack\Magic\Fields\Textarea;
+use Cubist\Backpack\Magic\Fields\URL;
// __('!!Paramètres des fluidbooks')
'prefix' => 'https://'
]);
$this->addSettingField('matomoSiteId', Integer::class, $this->__('Site ID'), ['when' => ['matomoServer' => '_not_empty_']]);
+ $this->addSettingField('', FormSeparator::class);
+ $this->addSettingField('matomoTagManager', Text::class, 'Matomo Tag Manager', ['prefix' => 'https://']);
}
protected function _statsGoogleAnalytics()