exported drupal config
This commit is contained in:
parent
6598b88945
commit
8b3c31c0f5
|
@ -13,40 +13,40 @@ configuration:
|
|||
display_checkout_progress: true
|
||||
panes:
|
||||
login:
|
||||
allow_guest_checkout: false
|
||||
allow_guest_checkout: true
|
||||
allow_registration: true
|
||||
step: login
|
||||
weight: 10
|
||||
weight: 0
|
||||
review:
|
||||
step: review
|
||||
weight: 10
|
||||
weight: 4
|
||||
completion_message:
|
||||
step: complete
|
||||
weight: 10
|
||||
weight: 6
|
||||
completion_register:
|
||||
step: complete
|
||||
weight: 10
|
||||
weight: 7
|
||||
order_summary:
|
||||
view: ''
|
||||
step: _sidebar
|
||||
weight: 10
|
||||
weight: 8
|
||||
contact_information:
|
||||
double_entry: false
|
||||
step: order_information
|
||||
weight: 10
|
||||
weight: 2
|
||||
payment_process:
|
||||
capture: true
|
||||
step: payment
|
||||
weight: 10
|
||||
weight: 5
|
||||
payment_information:
|
||||
step: order_information
|
||||
weight: 10
|
||||
weight: 3
|
||||
coupon_redemption:
|
||||
allow_multiple: false
|
||||
step: _sidebar
|
||||
weight: 10
|
||||
weight: 9
|
||||
email_registration_login:
|
||||
allow_guest_checkout: true
|
||||
allow_registration: false
|
||||
step: _disabled
|
||||
weight: 10
|
||||
allow_registration: true
|
||||
step: login
|
||||
weight: 1
|
||||
|
|
|
@ -0,0 +1,17 @@
|
|||
uuid: 310d8801-eed9-4656-b7d4-26e73a4feb05
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- serialization
|
||||
- user
|
||||
id: user_registration
|
||||
plugin_id: user_registration
|
||||
granularity: resource
|
||||
configuration:
|
||||
methods:
|
||||
- POST
|
||||
formats:
|
||||
- json
|
||||
authentication:
|
||||
- cookie
|
|
@ -22,6 +22,7 @@ permissions:
|
|||
- 'create workflow workflow_transition'
|
||||
- 'issue subrequests'
|
||||
- 'restful get config_rest_resource'
|
||||
- 'restful post user_registration'
|
||||
- 'subscribe to newsletters'
|
||||
- 'use text format wysiwyg'
|
||||
- 'view commerce_product'
|
||||
|
|
|
@ -31,6 +31,7 @@ permissions:
|
|||
- 'materio_jsonapi ownroles'
|
||||
- 'opt-in or out of matomo tracking'
|
||||
- 'restful get config_rest_resource'
|
||||
- 'restful post user_registration'
|
||||
- 'subscribe to newsletters'
|
||||
- 'use chutier'
|
||||
- 'use text format wysiwyg'
|
||||
|
|
Loading…
Reference in New Issue