Update Composer, update everything
This commit is contained in:
parent
ea3e94409f
commit
dda5c284b6
19527 changed files with 1135420 additions and 351004 deletions
|
@ -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,10 +38,18 @@ 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'
|
||||
|
||||
# @deprecated in Drupal 8.6.x, to be removed before Drupal 9.0.0.
|
||||
# @see https://www.drupal.org/node/2934349
|
||||
action.configuration.comment_delete_action:
|
||||
type: action_configuration_default
|
||||
label: 'Delete comment configuration'
|
||||
|
||||
comment.type.*:
|
||||
type: config_entity
|
||||
label: 'Comment type settings'
|
||||
|
@ -101,7 +113,10 @@ field.field_settings.comment:
|
|||
label: 'Mode'
|
||||
form_location:
|
||||
type: boolean
|
||||
label: ' Allow comment title'
|
||||
label: 'Allow comment title'
|
||||
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 a new issue