Skip to content
Snippets Groups Projects
Commit 6a10c513 authored by Melissa Miller's avatar Melissa Miller
Browse files

make default text format 'filtered_html'

parent ef811fc8
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,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' => 'restricted_html',
'#format' => 'filtered_html',
'#default_value' => $config->get('footer_text.value'),
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment