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