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(
|
||||
'#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(
|
||||
|
|
Loading…
Reference in New Issue