From a8128019fa651926e23e63585fcda3cdea1f175a Mon Sep 17 00:00:00 2001 From: Melissa Miller <miller.2676@osu.edu> Date: Tue, 18 Dec 2018 13:08:43 -0800 Subject: [PATCH] set 'restricted_html' as default text format --- src/Form/ModuleConfigurationForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Form/ModuleConfigurationForm.php b/src/Form/ModuleConfigurationForm.php index 713c164..825eb45 100644 --- a/src/Form/ModuleConfigurationForm.php +++ b/src/Form/ModuleConfigurationForm.php @@ -76,7 +76,7 @@ class ModuleConfigurationForm extends ConfigFormBase { '#type' => 'text_format', '#title' => $this->t('Footer Text'), '#description' => $this->t('This content will be displayed in the footer below the contact info. It can contain links or other pertinent information. This is a good place for your ADA statement.'), - '#format' => 'basic_html', + '#format' => 'restricted_html', '#default_value' => $config->get('footer_text.value'), ); -- GitLab