Commit e5669391 authored by Ángel Campos's avatar Ángel Campos Committed by GitHub

Making main section collapsed by default to fit design (#686)

* Making main section collapsed by default to fit design

* Fixing bool value
parent 03ca72fd
......@@ -35,6 +35,7 @@ class Header extends \Magento\Config\Block\System\Config\Form\Fieldset implement
*/
protected function _getHeaderHtml($element)
{
$this->isCollapsedDefault = true;
if ($element->getIsNested()) {
$html = '<tr class="nested"><td colspan="4"><div class="' . $this->_getFrontendClass($element) . '">';
} else {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment