forked from drupalcommerce/commerce_base
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommerce_base.info.yml
61 lines (59 loc) · 1.07 KB
/
commerce_base.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
name: Commerce Base
type: profile
core_version_requirement: ^9
description: 'Install with Drupal Commerce pre-configured.'
distribution:
name: 'Drupal'
dependencies:
# Standard
- node
- history
- block
- breakpoint
- ckeditor
- config
- comment
- contextual
- menu_link_content
- datetime
- block_content
- editor
- help
- image
- menu_ui
- options
- path
- dynamic_page_cache
- taxonomy
- dblog
- search
- toolbar
- field_ui
- file
- views
- views_ui
- tour
- automated_cron
# Commerce
- address:address
- entity:entity
- profile:profile
- inline_entity_form:inline_entity_form
- state_machine:state_machine
- commerce:commerce
- commerce:commerce_log
- commerce:commerce_checkout
- commerce:commerce_cart
- commerce:commerce_order
- commerce:commerce_product
- commerce:commerce_price
- commerce:commerce_store
- commerce:commerce_payment
- commerce:commerce_promotion
- commerce:commerce_tax
# Contrib
- admin_toolbar:admin_toolbar
- symfony_mailer:symfony_mailer
themes:
- bartik
- seven