Skip to content

Commit a44093d

Browse files
Merge pull request #51 from contentful/development
Updates README and feature toggles
2 parents 72b077d + 7b5f3c4 commit a44093d

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 19.2.4.
44

5+
## Configuration
6+
7+
In order to configure the Contentful CMS connection please add the proper space, branch and tokens token values to the `src/environments/environment.local.ts` file, which will be used during local app startup with `ng serve`.
8+
59
## Development server
610

711
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
@@ -104,6 +108,3 @@ Quick overview of the restricted components and the user roles required for them
104108
| MyCompanyLink | | | | | || |
105109
| UnitLevelOrderLink | | | | | | ||
106110

107-
## Configuration
108-
109-
In order to configure the Contentful CMS connection please add the proper space, branch and tokens token values to the `src/environments/environment.local.ts` file, which will be used during local app startup with `ng serve`.

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)