Skip to content

Commit 6c84c72

Browse files
author
Hubbs
committed
Various section updates
- Change 'Commerce Shipping' to 'Flat Rate'. - Change 'Content' section to 'Data Migration'. - Remove disabled 'Demo Content' module from content section.
1 parent fd1ce6f commit 6c84c72

File tree

2 files changed

+8
-15
lines changed

2 files changed

+8
-15
lines changed

src/store/sections.js

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ const sections = {
215215
description: 'Your web store can successfully take an order, but that is only half of the equation. Configure your shipping and fulfillment setup to best match your business and ensure you can process, label and ship orders out the door.',
216216
options: [
217217
{
218-
title: 'Commerce Shipping',
218+
title: 'Flat Rate',
219219
description: 'The basic options for shipping, allows simple flat rate shipping options.',
220220
composer_package: 'drupal/commerce_shipping',
221221
composer_package_version: '^2.0@beta',
@@ -335,17 +335,17 @@ const sections = {
335335
multiselect: true,
336336
},
337337
content: {
338-
title: 'Content',
339-
description: 'The organization and housing of your site’s written content, images and product details are the heart of your business. Drupal’s famous CMS is seamlessly connected to the Commerce toolbox and allows for the ultimate in productization and marketing. You may select to use the default content and data setups, integrate to a third party tool, integrate to a custom legacy setup or migrate your information from your old platform. Note that migrating content may require technical understanding and Drush familiarity.',
338+
title: 'Data Migration',
339+
description: 'The organization and housing of your site’s content, images and product details are the heart of your business. Drupal’s famous CMS is seamlessly connected to the Commerce toolbox and allows for the ultimate in productization and marketing. By default there is no default content, however, if you would like to migrate content from another source, choose the source here. Note that migrating content may require technical understanding and Drush familiarity.',
340340
required: true,
341341
options: [
342342
{
343-
title: 'Clean',
344-
description: 'Empty install, no migrations or demo content.',
343+
title: 'None',
344+
description: 'Clean install, no migrations or demo content.',
345345
default: true,
346346
},
347347
{
348-
title: 'Commerce',
348+
title: 'Commerce D7',
349349
description: 'Migrate your content from an existing Drupal 7 Commerce install.',
350350
composer_package: 'drupal/commerce_migrate',
351351
composer_package_version: '^2.0@alpha',
@@ -382,13 +382,6 @@ const sections = {
382382
package_link: 'https://www.drupal.org/project/commerce_migrate',
383383
enabled: false,
384384
},
385-
{
386-
title: 'Demo Content',
387-
description: 'Provides a demo store and content for Commerce 2.x.',
388-
composer_package: 'drupal/commerce_demo',
389-
package_link: 'https://www.drupal.org/project/commerce_demo',
390-
enabled: false,
391-
},
392385
],
393386
},
394387
security: {

src/store/summary.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ const summary = {
3131
},
3232
content: {
3333
activeIndex: [0],
34-
activeOptions: [{title: 'Clean'}],
35-
section: 'Content',
34+
activeOptions: [{title: 'None'}],
35+
section: 'Data Migration',
3636
},
3737
}
3838

0 commit comments

Comments
 (0)