upgrades core to 8.4.2
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- comment
|
||||
id: comment_delete_action
|
||||
label: 'Delete comment'
|
||||
type: comment
|
||||
plugin: comment_delete_action
|
||||
configuration: { }
|
||||
File diff suppressed because it is too large
Load Diff
@@ -38,6 +38,10 @@ action.configuration.comment_unpublish_action:
|
||||
type: action_configuration_default
|
||||
label: 'Unpublish comment configuration'
|
||||
|
||||
action.configuration.comment_delete_action:
|
||||
type: action_configuration_default
|
||||
label: 'Delete comment configuration'
|
||||
|
||||
comment.type.*:
|
||||
type: config_entity
|
||||
label: 'Comment type settings'
|
||||
@@ -105,3 +109,6 @@ field.field_settings.comment:
|
||||
preview:
|
||||
type: integer
|
||||
label: 'Preview comment'
|
||||
|
||||
field.formatter.settings.comment_permalink:
|
||||
type: field.formatter.settings.string
|
||||
|
||||
@@ -16,6 +16,14 @@ views.field.comment_entity_link:
|
||||
type: boolean
|
||||
label: 'Show teaser-style link'
|
||||
|
||||
views.field.comment_bulk_form:
|
||||
type: views_field_bulk_form
|
||||
label: 'Comment bulk form'
|
||||
|
||||
views.field.commented_entity:
|
||||
type: views.field.field
|
||||
label: 'Commented entity'
|
||||
|
||||
views.field.comment_last_timestamp:
|
||||
type: views.field.date
|
||||
label: 'Last comment date'
|
||||
|
||||
Reference in New Issue
Block a user