updated commerce_license (+ some modules)
This commit is contained in:
@@ -11,6 +11,7 @@ no_patching: false
|
||||
storage: folder
|
||||
folder: ../config/devel
|
||||
module:
|
||||
composer_deploy: 0
|
||||
config_devel: 0
|
||||
context_ui: 0
|
||||
devel: 0
|
||||
|
@@ -35,6 +35,16 @@ content:
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
coupons:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 5
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
order_items:
|
||||
type: inline_entity_form_complex
|
||||
weight: 1
|
||||
@@ -47,6 +57,7 @@ content:
|
||||
allow_new: true
|
||||
allow_existing: false
|
||||
match_operator: CONTAINS
|
||||
removed_reference: delete
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
created: true
|
||||
|
@@ -34,6 +34,16 @@ content:
|
||||
settings:
|
||||
display_label: true
|
||||
third_party_settings: { }
|
||||
coupons:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 5
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_mailjet_campaign_id:
|
||||
type: number
|
||||
weight: 6
|
||||
@@ -63,6 +73,7 @@ content:
|
||||
collapsible: false
|
||||
collapsed: false
|
||||
revision: false
|
||||
removed_reference: delete
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
ip_address: true
|
||||
|
@@ -29,6 +29,16 @@ content:
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
coupons:
|
||||
type: entity_reference_autocomplete
|
||||
weight: 5
|
||||
region: content
|
||||
settings:
|
||||
match_operator: CONTAINS
|
||||
match_limit: 10
|
||||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
field_mailjet_campaign_id:
|
||||
type: number
|
||||
weight: 6
|
||||
@@ -48,6 +58,7 @@ content:
|
||||
allow_new: true
|
||||
allow_existing: false
|
||||
match_operator: CONTAINS
|
||||
removed_reference: delete
|
||||
third_party_settings: { }
|
||||
hidden:
|
||||
billing_period: true
|
||||
|
@@ -18,4 +18,4 @@ translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: null
|
||||
settings: { }
|
||||
field_type: 'commerce_plugin_item:recurring_period'
|
||||
field_type: 'commerce_plugin_item:commerce_license_period'
|
||||
|
@@ -18,4 +18,4 @@ translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: null
|
||||
settings: { }
|
||||
field_type: 'commerce_plugin_item:recurring_period'
|
||||
field_type: 'commerce_plugin_item:commerce_license_period'
|
||||
|
@@ -18,4 +18,4 @@ translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: null
|
||||
settings: { }
|
||||
field_type: 'commerce_plugin_item:recurring_period'
|
||||
field_type: 'commerce_plugin_item:commerce_license_period'
|
||||
|
@@ -8,7 +8,7 @@ dependencies:
|
||||
id: commerce_product_variation.license_expiration
|
||||
field_name: license_expiration
|
||||
entity_type: commerce_product_variation
|
||||
type: 'commerce_plugin_item:recurring_period'
|
||||
type: 'commerce_plugin_item:commerce_license_period'
|
||||
settings: { }
|
||||
module: commerce
|
||||
locked: true
|
||||
|
14
config/sync/system.action.commerce_license_delete_action.yml
Normal file
14
config/sync/system.action.commerce_license_delete_action.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- commerce_license
|
||||
module:
|
||||
- commerce_license
|
||||
- entity
|
||||
id: commerce_license_delete_action
|
||||
label: 'Delete license'
|
||||
type: commerce_license
|
||||
plugin: 'entity:delete_action:commerce_license'
|
||||
configuration: { }
|
@@ -11,7 +11,7 @@ id: commerce_order_item_table
|
||||
label: 'Order items'
|
||||
module: views
|
||||
description: 'Display a set of order items in a table.'
|
||||
tag: ''
|
||||
tag: commerce_order_item_table
|
||||
base_table: commerce_order_item
|
||||
base_field: order_item_id
|
||||
display:
|
||||
|
Reference in New Issue
Block a user