Skip to content
Snippets Groups Projects
Commit 559e1891 authored by Melissa Miller's avatar Melissa Miller
Browse files

remove readonly attribute

parent fb25e074
No related branches found
No related tags found
No related merge requests found
......@@ -58,11 +58,10 @@ class ModuleConfigurationForm extends ConfigFormBase {
$form['basic']['site_name'] = array(
'#type' => 'textfield',
'#title' => $this->t('Site Name'),
'#description' => $this->t('READ ONLY for now until this app is done. Main name for the site - it should be your college, department or organization name.'),
'#description' => $this->t('Main name for the site - it should be your college, department or organization name.'),
'#size' => '60',
'#maxlength' => '75',
'#default_value' => $site_name,
'#attributes' => array('readonly' => 'readonly'),
);
$form['basic']['admin_link'] = array(
......
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