updated core from 8.4 to 8.5 : bug with login_destination
This commit is contained in:
@@ -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: { }
|
||||
|
||||
@@ -15,10 +15,14 @@ field.widget.settings.comment_default:
|
||||
type: mapping
|
||||
label: 'Comment display format settings'
|
||||
|
||||
# @deprecated in Drupal 8.5.x, to be removed before Drupal 9.0.0.
|
||||
# @see https://www.drupal.org/node/2919303
|
||||
action.configuration.comment_publish_action:
|
||||
type: action_configuration_default
|
||||
label: 'Publish comment configuration'
|
||||
|
||||
# @deprecated in Drupal 8.5.x, to be removed before Drupal 9.0.0.
|
||||
# @see https://www.drupal.org/node/2919303
|
||||
action.configuration.comment_save_action:
|
||||
type: action_configuration_default
|
||||
label: 'Save comment configuration'
|
||||
@@ -34,6 +38,8 @@ action.configuration.comment_unpublish_by_keyword_action:
|
||||
type: string
|
||||
label: 'Keyword'
|
||||
|
||||
# @deprecated in Drupal 8.5.x, to be removed before Drupal 9.0.0.
|
||||
# @see https://www.drupal.org/node/2919303
|
||||
action.configuration.comment_unpublish_action:
|
||||
type: action_configuration_default
|
||||
label: 'Unpublish comment configuration'
|
||||
@@ -105,7 +111,7 @@ field.field_settings.comment:
|
||||
label: 'Mode'
|
||||
form_location:
|
||||
type: boolean
|
||||
label: ' Allow comment title'
|
||||
label: 'Allow comment title'
|
||||
preview:
|
||||
type: integer
|
||||
label: 'Preview comment'
|
||||
|
||||
Reference in New Issue
Block a user