Skip to content
Snippets Groups Projects
Commit 495d680e authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2147899 by anavarre: Better indicate what to fill in the single...

Issue #2147899 by anavarre: Better indicate what to fill in the single import's Configuration name field.
parent 2f92e22d
No related branches found
No related tags found
No related merge requests found
......@@ -139,6 +139,7 @@ public function buildForm(array $form, array &$form_state) {
);
$form['config_name'] = array(
'#title' => $this->t('Configuration name'),
'#description' => $this->t('Enter the name of the configuration file without the <em>.yml</em> extension. (e.g. <em>system.site</em>)'),
'#type' => 'textfield',
'#states' => array(
'required' => array(
......
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