Skip to content

Commit 12da4aa

Browse files
updates feature toggles
1 parent 3fcf0ba commit 12da4aa

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/app/spartacus/spartacus-features.module.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,24 @@ import { UserFeatureModule } from './features/user/user-feature.module';
260260
enablePasswordsCannotMatchInPasswordUpdateForm: true,
261261
allPageMetaResolversEnabledInCsr: true,
262262
useExtendedMediaComponentConfiguration: true,
263+
enableCarouselCategoryProducts: true,
264+
enableClaimCustomerCouponWithCodeInRequestBody: true,
265+
opfEnablePreventingFromCheckoutWithoutEmail: true,
266+
enableReadDomainValuesOnDemand: true,
267+
storeFinderFacadeCleanup: true,
268+
defaultProductPageRouteAllowsNoProductName: true,
269+
reserveHorizontalSpaceStarRating: true,
270+
topProgressBarUseTransformAnimation: true,
271+
readMoreDirective: true,
272+
productReviewCharactersLeft: true,
273+
consistentSizeProductCards: true,
274+
disableCxPageSlotMarginAnimation: true,
275+
productCarouselScrolling: true,
276+
createMediaPreconnectLink: true,
277+
unifiedDefaultHeaderSlotsAcrossBreakpoints: true,
278+
reserveSpaceForImagesOnPdpAndPlp: true,
279+
lazyLoadImagesByDefault: true,
280+
defaultLayoutConfigWithoutPageFold: true,
263281
}),
264282
],
265283
})

0 commit comments

Comments
 (0)