Skip to content

Commit

Permalink
Merge pull request #26 from nhart/7.x
Browse files Browse the repository at this point in the history
expand textfield to textarea
  • Loading branch information
nhart authored May 17, 2023
2 parents 9071bab + 844788f commit 2f28ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/solr_results.inc
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ function islandora_xquery_results_form($form, &$form_state, $object_results, $so
$form['xquery_controls']['xquery_inputs']['tokens'] = array();
foreach ($tokens as $token) {
$form['xquery_controls']['xquery_inputs']['tokens'][$token['token_name']] = array(
'#type' => 'textfield',
'#type' => 'textarea',
'#default_value' => $token['token_default'],
'#title' => check_plain($token['token_name']),
'#description' => check_plain($token['token_description']),
Expand Down

0 comments on commit 2f28ca3

Please sign in to comment.