improved footer display

This commit is contained in:
2021-01-04 11:07:16 +01:00
parent 3cebce26e6
commit 84ae91655e
6 changed files with 57 additions and 7 deletions

View File

@@ -47,10 +47,10 @@ class MaterioSubscriptionsBlockForm extends SubscriptionsFormBase {
$form = parent::form($form, $form_state);
// $form['message'] = array(
// '#type' => 'item',
// '#markup' => $this->message,
// );
$form['message'] = array(
'#type' => 'item',
'#markup' => $this->message,
);
unset($form['subscriptions']['widget']['#title']);
unset($form['subscriptions']['widget']['#description']);