addElement( 'select', 'type', array( 'label' => 'Block Type', 'multiOptions' => array( self::TYPE_DEFAULT => 'Default', self::TYPE_SMALL => 'Small' ) ) ); return $this; } }