Issue #2147899 by anavarre: Better indicate what to fill in the single import's Configuration name field.
parent
2f92e22d1b
commit
495d680ef8
|
@ -139,6 +139,7 @@ class ConfigSingleImportForm extends ConfirmFormBase {
|
||||||
);
|
);
|
||||||
$form['config_name'] = array(
|
$form['config_name'] = array(
|
||||||
'#title' => $this->t('Configuration name'),
|
'#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',
|
'#type' => 'textfield',
|
||||||
'#states' => array(
|
'#states' => array(
|
||||||
'required' => array(
|
'required' => array(
|
||||||
|
|
Loading…
Reference in New Issue