-
Notifications
You must be signed in to change notification settings - Fork 3
/
commerce_kickstart.info.yml
77 lines (71 loc) · 1.26 KB
/
commerce_kickstart.info.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
name: Commerce Kickstart
type: profile
core_version_requirement: ^9 || ^10 || ^11
version: VERSION
description: 'The fastest way to start building on Drupal Commerce.'
distribution:
name: 'Commerce Kickstart'
install:
theme: centarro_claro
# Dependencies cannot be uninstalled.
dependencies:
# Kickstart
- commerce_kickstart_core
- commerce_kickstart_site
# Commerce
- address
- entity
- profile
- inline_entity_form
- state_machine
- commerce
- commerce_log
- commerce_checkout
- commerce_cart
- commerce_order
- commerce_product
- commerce_price
- commerce_store
- commerce_payment
- commerce_promotion
# Module installed during profile install, but can be uninstalled later.
install:
# Core
- node
- history
- big_pipe
- block
- breakpoint
- ckeditor5
- config
- comment
- contextual
- menu_link_content
- datetime
- block_content
- editor
- help
- image
- menu_ui
- options
- path
- dynamic_page_cache
- taxonomy
- dblog
- shortcut
- toolbar
- field_ui
- views_ui
- automated_cron
# Commerce
- commerce_tax
# Contrib
- admin_toolbar
- admin_toolbar_tools
- config_split
- facets
- facets_pretty_paths
- symfony_mailer
themes:
- belgrade
- centarro_claro