exported drupal config

This commit is contained in:
Bachir Soussi Chiadmi 2019-10-06 21:53:14 +02:00
parent 6598b88945
commit 8b3c31c0f5
4 changed files with 32 additions and 13 deletions

View File

@ -13,40 +13,40 @@ configuration:
display_checkout_progress: true display_checkout_progress: true
panes: panes:
login: login:
allow_guest_checkout: false allow_guest_checkout: true
allow_registration: true allow_registration: true
step: login step: login
weight: 10 weight: 0
review: review:
step: review step: review
weight: 10 weight: 4
completion_message: completion_message:
step: complete step: complete
weight: 10 weight: 6
completion_register: completion_register:
step: complete step: complete
weight: 10 weight: 7
order_summary: order_summary:
view: '' view: ''
step: _sidebar step: _sidebar
weight: 10 weight: 8
contact_information: contact_information:
double_entry: false double_entry: false
step: order_information step: order_information
weight: 10 weight: 2
payment_process: payment_process:
capture: true capture: true
step: payment step: payment
weight: 10 weight: 5
payment_information: payment_information:
step: order_information step: order_information
weight: 10 weight: 3
coupon_redemption: coupon_redemption:
allow_multiple: false allow_multiple: false
step: _sidebar step: _sidebar
weight: 10 weight: 9
email_registration_login: email_registration_login:
allow_guest_checkout: true allow_guest_checkout: true
allow_registration: false allow_registration: true
step: _disabled step: login
weight: 10 weight: 1

View File

@ -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

View File

@ -22,6 +22,7 @@ permissions:
- 'create workflow workflow_transition' - 'create workflow workflow_transition'
- 'issue subrequests' - 'issue subrequests'
- 'restful get config_rest_resource' - 'restful get config_rest_resource'
- 'restful post user_registration'
- 'subscribe to newsletters' - 'subscribe to newsletters'
- 'use text format wysiwyg' - 'use text format wysiwyg'
- 'view commerce_product' - 'view commerce_product'

View File

@ -31,6 +31,7 @@ permissions:
- 'materio_jsonapi ownroles' - 'materio_jsonapi ownroles'
- 'opt-in or out of matomo tracking' - 'opt-in or out of matomo tracking'
- 'restful get config_rest_resource' - 'restful get config_rest_resource'
- 'restful post user_registration'
- 'subscribe to newsletters' - 'subscribe to newsletters'
- 'use chutier' - 'use chutier'
- 'use text format wysiwyg' - 'use text format wysiwyg'