X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fcomment%2Fconfig%2Fschema%2Fcomment.schema.yml;h=0f6431897b74b634ba74aa87061359100a554f7c;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=a55488a222bfe137b529876432a1f7ddb1f68a3c;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/comment/config/schema/comment.schema.yml b/web/core/modules/comment/config/schema/comment.schema.yml index a55488a22..0f6431897 100644 --- a/web/core/modules/comment/config/schema/comment.schema.yml +++ b/web/core/modules/comment/config/schema/comment.schema.yml @@ -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