You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/store/sections.js
+68-38Lines changed: 68 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -29,38 +29,38 @@ const sections = {
29
29
},
30
30
],
31
31
},
32
-
/*
33
-
packages: {
34
-
title: 'Packages',
35
-
description: '',
36
-
options: [
37
-
{
38
-
title: 'Base',
39
-
description: 'Nothing extra pre-selected',
40
-
location: locations.LOCATION_INTL,
41
-
default: true,
42
-
},
43
-
{
44
-
title: 'Catalog',
45
-
description: 'Extra functionality commonly needed for a traditional catalog style site.',
46
-
location: locations.LOCATION_INTL,
47
-
enabled: false,
48
-
},
49
-
{
50
-
title: 'Events',
51
-
description: 'Extra functionality for events, such as concerts or training, with some of the more traditional product based extras removed.',
52
-
location: locations.LOCATION_INTL,
53
-
enabled: false,
54
-
},
55
-
{
56
-
title: 'Subscriptions',
57
-
description: 'Recurring billing functionality, to allow for subscriptions, licensing and other time based billing functionality.',
58
-
location: locations.LOCATION_INTL,
59
-
enabled: false,
60
-
},
61
-
],
62
-
},
63
-
*/
32
+
/*
33
+
packages: {
34
+
title: 'Packages',
35
+
description: '',
36
+
options: [
37
+
{
38
+
title: 'Base',
39
+
description: 'Nothing extra pre-selected',
40
+
location: locations.LOCATION_INTL,
41
+
default: true,
42
+
},
43
+
{
44
+
title: 'Catalog',
45
+
description: 'Extra functionality commonly needed for a traditional catalog style site.',
46
+
location: locations.LOCATION_INTL,
47
+
enabled: false,
48
+
},
49
+
{
50
+
title: 'Events',
51
+
description: 'Extra functionality for events, such as concerts or training, with some of the more traditional product based extras removed.',
52
+
location: locations.LOCATION_INTL,
53
+
enabled: false,
54
+
},
55
+
{
56
+
title: 'Subscriptions',
57
+
description: 'Recurring billing functionality, to allow for subscriptions, licensing and other time based billing functionality.',
58
+
location: locations.LOCATION_INTL,
59
+
enabled: false,
60
+
},
61
+
],
62
+
},
63
+
*/
64
64
drupalBase: {
65
65
title: 'Distribution',
66
66
description: 'Distributions are full copies of Drupal that include Drupal Core, along with additional modules and libraries. Selecting your distribution will allow for unique modules to be included in your setup to conduct business within your specific vertical. If you’re unsure, that’s okay - just select Drupal.',
@@ -71,36 +71,38 @@ const sections = {
71
71
description: 'Stock Drupal, nothing extra.',
72
72
location: locations.LOCATION_INTL,
73
73
base: 'drupal',
74
-
package_link: 'http://google.com',
74
+
package_link: 'https://www.drupal.org',
75
75
default: true,
76
76
},
77
77
{
78
78
title: 'Lightning',
79
79
description: 'A authoring based distribution built by Acquia, useful for managing lots of content that needs reviews and editors.',
80
80
location: locations.LOCATION_INTL,
81
-
package_link: 'http://yahoo.com',
81
+
package_link: 'https://lightning.acquia.com/',
82
82
base: 'lightning',
83
83
},
84
84
{
85
85
title: 'Open Social',
86
86
description: 'Open Social is a distribution for building social communities and intranets, a successor to Drupal Commons.',
87
87
location: locations.LOCATION_INTL,
88
-
package_link: 'http://yahoo.com',
88
+
package_link: 'https://www.getopensocial.com/',
89
89
base: 'open-social',
90
90
},
91
91
{
92
92
title: 'Thunder',
93
93
description: 'Not yet available with Kickstart.',
94
-
// description: 'A publishing based distribution for content publishers, like news or magazine sites.',
94
+
// description: 'A publishing based distribution for content
95
+
// publishers, like news or magazine sites.',
95
96
location: locations.LOCATION_INTL,
96
97
base: 'thunder',
97
-
package_link: 'http://yahoo.com',
98
+
package_link: 'https://thunder.org/',
98
99
enabled: false,
99
100
},
100
101
{
101
102
title: 'OpenEDU',
102
103
description: 'Not yet available with Kickstart.',
103
-
// description: 'A pre-configured Drupal 8 implementation specifically built with the needs of higher education in mind.',
104
+
// description: 'A pre-configured Drupal 8 implementation specifically
105
+
// built with the needs of higher education in mind.',
0 commit comments