Skip to content
Snippets Groups Projects
Commit 31df9597 authored by Mike Feranda's avatar Mike Feranda Committed by Mike Feranda
Browse files

Issue #3078444 by mferanda: License box isnt big enough

parent e3aeb971
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ class GeneralSettingsForm extends ConfigFormBase {
'#required' => TRUE,
];
$form['license_key'] = [
'#type' => 'textfield',
'#type' => 'textarea',
'#title' => $this->t('Enterprise License Key'),
'#description' => $this->t('Required for using the Enterprise version.'),
'#default_value' => $config->get('license_key'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment