'description'=>t('Matomo module has not been configured yet. Please configure its settings from the <a href=":url">Matomo settings page</a>.',[':url'=>Url::fromRoute('matomo.admin_settings_form')->toString()]),
@@ -90,13 +90,10 @@ class MatomoAdminSettingsForm extends ConfigFormBase {
$form['general']['matomo_site_id']=[
'#default_value'=>$config->get('site_id'),
'#description'=>$this->t('The user account number is unique to the websites domain. Click the <strong>Settings</strong> link in your Matomo account, then the <strong>Websites</strong> tab and enter the appropriate site <strong>ID</strong> into this field.'),
'#maxlength'=>20,
'#required'=>TRUE,
'#size'=>15,
'#title'=>$this->t('Matomo site ID'),
'#type'=>'number',
'#min'=>0,
'#step'=>1,
'#type'=>'textfield',
];
$form['general']['matomo_url_http']=[
'#default_value'=>$config->get('url_http'),
@@ -616,10 +613,6 @@ class MatomoAdminSettingsForm extends ConfigFormBase {