Update Composer, update everything
This commit is contained in:
parent
ea3e94409f
commit
dda5c284b6
19527 changed files with 1135420 additions and 351004 deletions
|
@ -0,0 +1,10 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- comment
|
||||
id: comment_delete_action
|
||||
label: 'Delete comment'
|
||||
type: comment
|
||||
plugin: entity:delete_action:comment
|
||||
configuration: { }
|
|
@ -6,5 +6,5 @@ dependencies:
|
|||
id: comment_publish_action
|
||||
label: 'Publish comment'
|
||||
type: comment
|
||||
plugin: comment_publish_action
|
||||
plugin: entity:publish_action:comment
|
||||
configuration: { }
|
||||
|
|
|
@ -6,5 +6,5 @@ dependencies:
|
|||
id: comment_save_action
|
||||
label: 'Save comment'
|
||||
type: comment
|
||||
plugin: comment_save_action
|
||||
plugin: entity:save_action:comment
|
||||
configuration: { }
|
||||
|
|
|
@ -6,5 +6,5 @@ dependencies:
|
|||
id: comment_unpublish_action
|
||||
label: 'Unpublish comment'
|
||||
type: comment
|
||||
plugin: comment_unpublish_action
|
||||
plugin: entity:unpublish_action:comment
|
||||
configuration: { }
|
||||
|
|
Reference in a new issue