addElement( 'select', 'type', [ 'label' => 'Block Type', 'multiOptions' => [ self::TYPE_CALENDAR => 'Calendar', self::TYPE_DETAILS => 'Details', ] ] ); return $this; } }