@@ -33,7 +33,7 @@ class RouteInModalSettingsForm extends ConfigFormBase {
$form['routes']=[
'#type'=>'textarea',
'#title'=>$this->t('Add routes to be opened in a modal'),
'#description'=>$this->t('One route per line'),
'#description'=>$this->t('One route per line. Optional parameters can be added by separating the route with a pipe sign. Individual parameters should be separated with a comma sign. e.g. |width:480,height:auto'),