'Categories', 'tag' => 'Tags', 'month' => 'Month List', 'calendar' => 'Calendar', ]; $this->addElement('multiselect', 'blocks', ['label' => 'Show Blocks', 'multiOptions' => $blocksList]); return $this; } }