Skip to content

Commit

Permalink
chore: Update feature toggles for 2502 (CXSPA-9320) (#19948)
Browse files Browse the repository at this point in the history
  • Loading branch information
gladius-mtl authored Jan 30, 2025
1 parent 794d2f3 commit 9d7a3a4
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -998,8 +998,8 @@ export interface FeatureTogglesInterface {
export const defaultFeatureToggles: Required<FeatureTogglesInterface> = {
showDeliveryOptionsTranslation: false,
formErrorsDescriptiveMessages: true,
showSearchingCustomerByOrderInASM: false,
showStyleChangesInASM: false,
showSearchingCustomerByOrderInASM: true,
showStyleChangesInASM: true,
shouldHideAddToCartForUnpurchasableProducts: true,
useExtractedBillingAddressComponent: true,
showBillingAddressInDigitalPayments: true,
Expand Down Expand Up @@ -1076,24 +1076,24 @@ export const defaultFeatureToggles: Required<FeatureTogglesInterface> = {
a11yTabComponent: false,
a11yCarouselArrowKeysNavigation: false,
a11yPickupOptionsTabs: false,
a11yNotificationsOnConsentChange: false,
a11yNotificationsOnConsentChange: true,
a11yDisabledCouponAndQuickOrderActionButtonsInsteadOfRequiredFields: true,
a11yFacetsDialogFocusHandling: true,
a11yResetFocusAfterNavigating: false,
headerLayoutForSmallerViewports: false,
a11yStoreFinderAlerts: false,
a11yStoreFinderAlerts: true,
a11yStoreFinderLabel: false,
a11yFormErrorMuteIcon: false,
a11yCxMessageFocus: false,
a11yFormErrorMuteIcon: true,
a11yCxMessageFocus: true,
a11yLinkBtnsToTertiaryBtns: false,
a11yRepeatedPageTitleFix: false,
a11yDeliveryModeRadiogroup: false,
a11yDeliveryModeRadiogroup: true,
a11yNgSelectOptionsCount: false,
a11yNgSelectCloseDropdownOnEscape: false,
a11yNgSelectAriaLabelDropdownCustomized: false,
a11yRepeatedCancelOrderError: false,
a11yAddedToCartActiveDialog: false,
a11yNgSelectMobileReadout: false,
a11yNgSelectMobileReadout: true,
a11yDeliveryMethodFieldset: false,
a11yShowMoreReviewsBtnFocus: false,
a11yQuickOrderAriaControls: false,
Expand Down Expand Up @@ -1134,8 +1134,8 @@ export const defaultFeatureToggles: Required<FeatureTogglesInterface> = {
a11yRepeatingButtonsUniqueLabels: false,
a11yHighContrastBorders: false,
a11yRegionAssociatedHeaders: false,
occCartNameAndDescriptionInHttpRequestBody: false,
cmsBottomHeaderSlotUsingFlexStyles: false,
occCartNameAndDescriptionInHttpRequestBody: true,
cmsBottomHeaderSlotUsingFlexStyles: true,
useSiteThemeService: false,
enableConsecutiveCharactersPasswordRequirement: false,
enablePasswordsCannotMatchInPasswordUpdateForm: false,
Expand Down

0 comments on commit 9d7a3a4

Please sign in to comment.