@@ -73,10 +73,47 @@ class BlockthemeAdminSettingsForm extends ConfigFormBase {
];
$form['templates']=[
'#type'=>'textarea',
'#type'=>'fieldset',
'#title'=>$this->t('Custom Block Templates'),
'#description'=>$this->t('Enter one value per row in the form: <em>customtemplate|Friendly Name</em>, where "customtemplate" corresponds to a twig file called <em>block--blocktheme--customtemplate.html.twig</em> as well as to the value of an extra variable <em>blocktheme</em> in the block template.'),
'#default_value'=>$config->get('templates'),
'#description'=>$this->t('Enter pairs of template suggestions, where machine name corresponds to a twig file called <em>block--blocktheme--{MACHINE_NAME}.html.twig</em>.'),