Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove design themes for ecommerce flow #115

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions src/OnboardingSPA/data/routes/default-flow.js
Original file line number Diff line number Diff line change
Expand Up @@ -366,23 +366,23 @@ export const steps = [
},
},
},
{
path: '/wp-setup/step/design/themes',
title: __( 'Themes', 'wp-module-onboarding' ),
heading: __( "Let's make you look your best", 'wp-module-onboarding' ),
subheading: __(
'Find a WordPress Theme to present polished and compelling.',
'wp-module-onboarding'
),
description: __(
'Your Theme is the starting place for layout and design, setting the tone for your site. Keep it for years or change and swap as you grow.',
'wp-module-onboarding'
),
Component: StepDesignThemes,
Icon: brush,
priority: 140,
VIEW: VIEW_DESIGN_THEMES,
},
// {
// path: '/wp-setup/step/design/themes',
// title: __( 'Themes', 'wp-module-onboarding' ),
// heading: __( "Let's make you look your best", 'wp-module-onboarding' ),
// subheading: __(
// 'Find a WordPress Theme to present polished and compelling.',
// 'wp-module-onboarding'
// ),
// description: __(
// 'Your Theme is the starting place for layout and design, setting the tone for your site. Keep it for years or change and swap as you grow.',
// 'wp-module-onboarding'
// ),
// Component: StepDesignThemes,
// Icon: brush,
// priority: 140,
// VIEW: VIEW_DESIGN_THEMES,
// },
{
path: '/wp-setup/step/design/theme-styles/menu',
title: __( 'Theme Styles', 'wp-module-onboarding' ),
Expand Down Expand Up @@ -637,7 +637,7 @@ export const initialTopSteps = () => {

const designStep = {
/* This is a fake step to stand-in for all Design steps and does not have a Component to render */
path: '/wp-setup/step/design/themes',
path: '/wp-setup/step/design/theme-styles/menu',
title: __( 'Design', 'wp-module-onboarding' ),
description: '',
Icon: brush,
Expand Down