@@ -146,7 +147,7 @@ class ModuleConfigurationForm extends ConfigFormBase {
$form['social']=array(
'#type'=>'details',
'#title'=>$this->t('Social Networking'),
'#description'=>$this->t('Linked icons will be displayed in the site footer for each social media account url that you provide. Leave blank any fields that you do not want to be displayed.'),
'#description'=>$this->t('Linked icons will be displayed in the site footer for each social media account URL that you provide. Leave blank any fields that you do not want to be displayed.'),
'#group'=>'siteinfo',
);
...
...
@@ -276,6 +277,15 @@ class ModuleConfigurationForm extends ConfigFormBase {