system.action.comment_delete_action.yml 185 B

12345678910
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - comment
  6. id: comment_delete_action
  7. label: 'Delete comment'
  8. type: comment
  9. plugin: entity:delete_action:comment
  10. configuration: { }