Skip to content
Snippets Groups Projects
Commit abbda090 authored by 🙄 ✻'s avatar 🙄 ✻
Browse files

update this field to be textfield instead of checkbox

parent 2ad0fee6
No related branches found
No related tags found
No related merge requests found
......@@ -372,7 +372,7 @@ function a11y_admin_settings($form, &$form_state) {
'#required' => FALSE,
);
$form['config']['a11y_speechsynthSelector'] = array(
'#type' => 'checkbox',
'#type' => 'textfield',
'#title' => t('jQuery Selector for what to read when selected.'),
'#default_value' => variable_get('a11y_speechsynthSelector', 'article'),
'#description' => t('This targets the field, converts it to just text() and then will read it to the end user.'),
......
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