imporved newsletter wysiwyg full_html format

This commit is contained in:
2021-08-24 19:28:08 +02:00
parent 5fcf39c690
commit ed68c9895c
8 changed files with 378 additions and 22 deletions

View File

@@ -24,6 +24,7 @@ function materio_simplenews_form_node_simplenews_issue_form_alter(&$form, &$form
// change default template regarding type of news
$form['body']['widget'][0]['#default_value'] = materio_simplenews_getSimplenewsNodeBodyTemplate($news_id);
$form['body']['widget'][0]['#rows'] = 50;
$form['body']['widget'][0]['#format'] = 'full_html';
}
}