Overrides MultiWidthLayoutBase::getWidthOptions
protected function getWidthOptions() { return [ '50-50' => '50%/50%', '33-67' => '33%/67%', '67-33' => '67%/33%', '25-75' => '25%/75%', '75-25' => '75%/25%', ]; }