Skip to content
Snippets Groups Projects
Commit 2e91b1c6 authored by Mingsong's avatar Mingsong Committed by Adam Shepherd
Browse files

Issue #3383917 by Mingsong, AdamPS: Downgrade the weight of Email HTML format

parent 325d06c6
No related branches found
No related tags found
1 merge request!58Issue #3383917: Downgrade the weight of Email HTML format
......@@ -3,5 +3,5 @@ status: true
dependencies: { }
name: 'Email HTML'
format: email_html
weight: 0
weight: 10
filters: { }
......@@ -96,6 +96,7 @@ function symfony_mailer_update_10002() {
$values = [
'format' => 'email_html',
'name' => 'Email HTML',
'weight' => 10,
];
FilterFormat::create($values)->save();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment