updated commerce_license (+ some modules)

This commit is contained in:
2024-08-14 22:04:30 +02:00
parent 68bcc51409
commit 3bae9dded7
14 changed files with 421 additions and 329 deletions

View File

@@ -0,0 +1,4 @@
_core:
default_config_hash: FDmXqAGlITLYpZe80ONLw6Y1KEMSvqcMJX1pj2dk6nw
prefixes:
- drupal

View File

@@ -11,6 +11,7 @@ no_patching: false
storage: folder
folder: ../config/devel
module:
composer_deploy: 0
config_devel: 0
context_ui: 0
devel: 0

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View 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: { }

View File

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