'#description'=>$this->t('Describe this field bundle. The text will be displayed on the <em>Add new field bundle</em> page.'),
'#description'=>$this->t('Describe this field bundle config. The text will be displayed on the <em>Add field bundle item</em> page.'),
];
$form['label_pattern']=[
'#title'=>$this->t('Label pattern'),
'#title'=>$this->t('Pattern for automatic label generation'),
'#type'=>'textfield',
'#description'=>$this->t('Define a pattern to use for creating the label of the field bundle. Tokens are allowed, e.g. [bundle:config-label]. Leave empty to not use any pattern.'),
'#description'=>$this->t('Instead of manually entering a label on each field bundle item within a form, you can define a label pattern here for auto-generating a value for it. This pattern will be applied everytime a field bundle item is being saved. Tokens are allowed, e.g. [bundle:string-representation]. Leave empty to not use a name pattern for items of this bundle config. If a label pattern is being used, you may optionally hide the label field in the <em>Manage form display</em> settings.'),