commerce_license-8.x-2.x-dev/config/schema/commerce_license.schema.yml
config/schema/commerce_license.schema.yml
commerce_product.commerce_product_variation_type.*.third_party.commerce_license:
type: mapping
label: 'License settings'
mapping:
license_types:
type: sequence
label: 'License types allowed with this product variation'
activate_on_place:
type: boolean
label: 'Whether to activate a license when the order is placed'
allow_renewal:
type: boolean
label: 'Allow renewal of license before expiration'
interval:
type: text
label: 'Allow renewal of license within this time frame of expiration (multiplier)'
period:
type: text
label: 'Allow renewal of license within this time frame of expiration (period unit)'
views.field.commerce_license__entity_label:
type: views.field.entity_label
field.formatter.settings.commerce_license_expiration:
type: field.formatter.settings.timestamp
