Skip to content
Snippets Groups Projects
Commit bf53ad78 authored by Kevin Kaland's avatar Kevin Kaland
Browse files

Expand the token fieldset on the field edit page; saves a click.

parent 7ceeeb7f
No related branches found
No related tags found
No related merge requests found
......@@ -679,7 +679,7 @@ function fillpdf_field_edit($form, &$form_state, $pdf_form, $field) {
'#type' => 'fieldset',
'#title' => 'Tokens',
'#collapsible' => TRUE,
'#collapsed' => TRUE,
'#collapsed' => FALSE,
'#weight' => 5,
);
$form['tokens_fieldset']['tokens'] = 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