Skip to content
Snippets Groups Projects
Unverified Commit f1deb0e4 authored by Rithesh BK's avatar Rithesh BK Committed by Pedro Cambra
Browse files

Issue #2853521 by Rithesh BK, dsdeiz, dev16.addweb, schillerm: Is there any examples

parent 5cdcdbec
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ class DomainRegistrationAdminForm extends ConfigFormBase {
'#type' => 'textarea',
'#title' => $this->t('Email domains'),
'#default_value' => $config->get('pattern'),
'#description' => $this->t('Enter the domains you wish to restrict registration. One entry per line in the format (e.g. something.com). Wildcards are also supported (e.g. *.something.com) to match any subdomain.'),
'#description' => $this->t('<p>Enter the domains you wish to restrict registration. One entry per line in the format (e.g. something.com). Wildcards are also supported (e.g. *.something.com) to match any subdomain. Example is:<br />example.com<br />*.example.com<br />xyz<br />*.xyz</p>'),
];
$form['message'] = [
'#type' => 'textfield',
......
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