Issue #2147899 by anavarre: Better indicate what to fill in the single import's Configuration name field.

8.0.x
webchick 2013-12-09 21:42:16 -08:00
parent 2f92e22d1b
commit 495d680ef8
1 changed files with 1 additions and 0 deletions

View File

@ -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(