Issue #2806179 by androiditya, amit.drupal, tstoeckler, lomasr, markdorison: Remove dead code with #collapsed Form API property
parent
a7c5f10002
commit
fb65cd2bf3
|
@ -85,7 +85,6 @@ class ExportForm extends FormBase {
|
|||
$form['content_options'] = array(
|
||||
'#type' => 'details',
|
||||
'#title' => $this->t('Export options'),
|
||||
'#collapsed' => TRUE,
|
||||
'#tree' => TRUE,
|
||||
'#states' => array(
|
||||
'invisible' => array(
|
||||
|
|
Loading…
Reference in New Issue