@@ -90,12 +90,26 @@ class FieldBundleConfigForm extends BundleEntityFormBase {
$form['label_pattern']=[
'#title'=>$this->t('Label pattern'),
'#type'=>'textfield',
'#description'=>$this->t('Define a pattern to use for creating the label of the field bundle. Tokens are allowed, e.g. [field-bundle:config-label]. Leave empty to not use any pattern.'),
'#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.'),
$form['label_pattern']['#description'].=' '.$this->t('To get a list of available tokens, install the <a target="_blank" rel="noreferrer noopener" href=":drupal-token" target="blank">contrib Token</a> module.',[':drupal-token'=>'https://www.drupal.org/project/token']);