Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / web / core / modules / comment / config / schema / comment.schema.yml
index a55488a222bfe137b529876432a1f7ddb1f68a3c..0f6431897b74b634ba74aa87061359100a554f7c 100644 (file)
@@ -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