Skip to content

Commit

Permalink
DIFM: update list of optional pages (#91341)
Browse files Browse the repository at this point in the history
  • Loading branch information
aneeshd16 authored May 31, 2024
1 parent f1c4a28 commit 13f15c3
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion client/signup/steps/website-content/section-generator.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
import { BLOG_PAGE, CONTACT_PAGE, CUSTOM_PAGE, SHOP_PAGE } from 'calypso/signup/difm/constants';
import {
BLOG_PAGE,
CASE_STUDIES_PAGE,
CONTACT_PAGE,
CUSTOM_PAGE,
PHOTO_GALLERY_PAGE,
PORTFOLIO_PAGE,
SHOP_PAGE,
VIDEO_GALLERY_PAGE,
} from 'calypso/signup/difm/constants';
import {
ContactPageDetails,
CustomPageDetails,
Expand Down Expand Up @@ -89,6 +98,10 @@ const generateWebsiteContentSections = (
[ CONTACT_PAGE ]: true,
[ BLOG_PAGE ]: true,
[ SHOP_PAGE ]: true,
[ VIDEO_GALLERY_PAGE ]: true,
[ PHOTO_GALLERY_PAGE ]: true,
[ PORTFOLIO_PAGE ]: true,
[ CASE_STUDIES_PAGE ]: true,
};

const websiteContentSections = formValues.pages.map( ( page, index ) => {
Expand Down

0 comments on commit 13f15c3

Please sign in to comment.