Skip to content

Commit

Permalink
Allow raw_data and formlabel_* in file_content
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirsten Roschanski authored and aschempp committed Sep 12, 2018
1 parent 73e91d8 commit dbf5735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
'email_text' => array('form_*', 'formconfig_*', 'formlabel_*', 'raw_data', 'admin_email'),
'email_html' => array('form_*', 'formconfig_*', 'formlabel_*', 'raw_data', 'admin_email'),
'file_name' => array('form_*', 'formconfig_*', 'admin_email'),
'file_content' => array('form_*', 'formconfig_*', 'admin_email'),
'file_content' => array('form_*', 'formconfig_*', 'formlabel_*', 'raw_data', 'admin_email'),
'email_sender_name' => array('admin_email', 'form_*', 'formconfig_*'),
'email_sender_address' => array('admin_email', 'form_*', 'formconfig_*'),
'email_recipient_cc' => array('admin_email', 'form_*', 'formconfig_*'),
Expand Down

0 comments on commit dbf5735

Please sign in to comment.