protected function getDefaultOptions()
 {
     return array_merge(parent::getDefaultOptions(), array('section.width.type' => '', 'section.width.value' => '', 'section.width.min' => '', 'section.width.max' => '', 'section.height.type' => '', 'section.height.value' => '', 'section.height.min' => '', 'section.height.max' => '', 'section.span' => '', 'section.vertical' => '', 'section.horizontal' => ''));
 }
 protected function getDefaultOptions()
 {
     return array_merge(parent::getDefaultOptions(), array('sectioncontainer.per-row' => '', 'sectioncontainer.same-height' => false));
 }
 protected function getDefaultOptions()
 {
     return array_merge(parent::getDefaultOptions(), array('block.title' => '', 'block.header' => '', 'block.footer' => ''));
 }