addElement( 'select', 'type', [ 'label' => 'Block Type', 'multiOptions' => [ App_ECommerce_Cart_View::TYPE_DEFAULT => 'Default', App_ECommerce_Cart_View::TYPE_PREVIEW => 'Preview', ], ] ); return $this; } }