Skip to content
Snippets Groups Projects
Verified Commit 20c05a2a authored by Alberto Paderno's avatar Alberto Paderno
Browse files

Issue #3324340: Added the configuration file for the default values

parent 2180a9b9
No related branches found
No related tags found
2 merge requests!28Issue #3351785 by cgoffin, imyaro, apaderno, nightlife2008, BramDriesen:...,!8Issue #3390319: Implement queue mechanism
tenant_id: ''
client_id: ''
client_secret: ''
user_id: ''
version: '1.0'
default_mail: ''
......@@ -97,7 +97,7 @@ public function buildForm(array $form, FormStateInterface $form_state): array {
$form['default_mail'] = [
'#title' => $this->t('Default mail'),
'#description' => $this->t('Set the mail used to send emails. By default, the site mail is used.'),
'#description' => $this->t('The mail used to send emails. Leave it empty to use the site mail.'),
'#type' => 'textfield',
'#default_value' => $config->get('default_mail'),
];
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment