Skip to content

Commit

Permalink
Activate feature toggles for 2503 (#20024)
Browse files Browse the repository at this point in the history
  • Loading branch information
gladius-mtl authored Feb 25, 2025
1 parent 7a11b8e commit 619d929
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ export interface FeatureTogglesInterface {
}

export const defaultFeatureToggles: Required<FeatureTogglesInterface> = {
showDeliveryOptionsTranslation: false,
showDeliveryOptionsTranslation: true,
formErrorsDescriptiveMessages: true,
showSearchingCustomerByOrderInASM: true,
showStyleChangesInASM: true,
Expand All @@ -991,7 +991,7 @@ export const defaultFeatureToggles: Required<FeatureTogglesInterface> = {
searchBoxV2: false,
trendingSearches: false,
pdfInvoicesSortByInvoiceDate: true,
useProductCarouselBatchApi: false,
useProductCarouselBatchApi: true,
productConfiguratorAttributeTypesV2: true,
propagateErrorsToServer: false,
ssrStrictErrorHandlingForHttpAndNgrx: false,
Expand All @@ -1000,7 +1000,7 @@ export const defaultFeatureToggles: Required<FeatureTogglesInterface> = {
a11yQuantityOrderTabbing: true,
a11yNavigationUiKeyboardControls: true,
a11yUseProperTextColorForFutureStockAccordion: false,
a11yNavMenuExpandStateReadout: false,
a11yNavMenuExpandStateReadout: true,
a11yOrderConfirmationHeadingOrder: true,
a11yStarRating: true,
a11yViewChangeAssistiveMessage: true,
Expand Down Expand Up @@ -1067,19 +1067,19 @@ export const defaultFeatureToggles: Required<FeatureTogglesInterface> = {
a11yFormErrorMuteIcon: true,
a11yCxMessageFocus: true,
a11yLinkBtnsToTertiaryBtns: false,
a11yRepeatedPageTitleFix: false,
a11yRepeatedPageTitleFix: true,
a11yDeliveryModeRadiogroup: true,
a11yNgSelectOptionsCount: false,
a11yNgSelectOptionsCount: true,
a11yNgSelectCloseDropdownOnEscape: false,
a11yNgSelectAriaLabelDropdownCustomized: false,
a11yRepeatedCancelOrderError: false,
a11yAddedToCartActiveDialog: false,
a11yRepeatedCancelOrderError: true,
a11yAddedToCartActiveDialog: true,
a11yNgSelectMobileReadout: true,
a11yDeliveryMethodFieldset: false,
a11yShowMoreReviewsBtnFocus: false,
a11yQuickOrderAriaControls: false,
a11yRemoveStatusLoadedRole: false,
a11yDialogsHeading: false,
a11yQuickOrderAriaControls: true,
a11yRemoveStatusLoadedRole: true,
a11yDialogsHeading: true,
a11yDialogTriggerRefocus: false,
a11yAddToWishlistFocus: false,
a11ySearchBoxFocusOnEscape: false,
Expand Down

0 comments on commit 619d929

Please sign in to comment.