system.action.commerce_license_delete_action.yml 285 B

1234567891011121314
  1. langcode: en
  2. status: true
  3. dependencies:
  4. enforced:
  5. module:
  6. - commerce_license
  7. module:
  8. - commerce_license
  9. - entity
  10. id: commerce_license_delete_action
  11. label: 'Delete license'
  12. type: commerce_license
  13. plugin: 'entity:delete_action:commerce_license'
  14. configuration: { }