@@ -35,14 +35,14 @@ class LayoutBuilderModalSettingsForm extends ConfigFormBase {
'#title'=>$this->t('Options'),
];
$form['options']['modal_width']=[
'#type'=>'number',
'#type'=>'textfield',
'#title'=>$this->t('Width'),
'#default_value'=>$config->get('modal_width'),
'#description'=>$this->t(
'Width in pixels with no units (e.g. "<code>768</code>"). See <a href=":link">the jQuery Dialog documentation</a> for more details.',
'Width in pixels with no units (e.g. "<code>768</code>"), or use percentage (e.g. "<code>80%</code>"). See <a href=":link">the jQuery Dialog documentation</a> for more details.',