You are here

comment.schema.yml in Zircon Profile 8.0

Same filename and directory in other branches
  1. 8 core/modules/comment/config/schema/comment.schema.yml
core/modules/comment/config/schema/comment.schema.yml

File

core/modules/comment/config/schema/comment.schema.yml
View source
  1. # Schema for the configuration files of the Comment module.
  2. field.formatter.settings.comment_default:
  3. type: mapping
  4. label: 'Comment display format settings'
  5. mapping:
  6. pager_id:
  7. type: integer
  8. label: 'Pager ID'
  9. field.widget.settings.comment_default:
  10. type: mapping
  11. label: 'Comment display format settings'
  12. action.configuration.comment_publish_action:
  13. type: action_configuration_default
  14. label: 'Publish comment configuration'
  15. action.configuration.comment_save_action:
  16. type: action_configuration_default
  17. label: 'Save comment configuration'
  18. action.configuration.comment_unpublish_by_keyword_action:
  19. type: mapping
  20. label: 'Unpublish comment containing keyword(s) configuration'
  21. mapping:
  22. keywords:
  23. type: sequence
  24. label: 'Keywords'
  25. sequence:
  26. type: string
  27. label: 'Keyword'
  28. action.configuration.comment_unpublish_action:
  29. type: action_configuration_default
  30. label: 'Unpublish comment configuration'
  31. comment.type.*:
  32. type: config_entity
  33. label: 'Comment type settings'
  34. mapping:
  35. id:
  36. type: string
  37. label: 'ID'
  38. label:
  39. type: label
  40. label: 'Label'
  41. target_entity_type_id:
  42. type: string
  43. label: 'Target Entity Type ID'
  44. description:
  45. type: text
  46. label: 'Description'
  47. field.storage_settings.comment:
  48. type: mapping
  49. label: 'Comment settings'
  50. mapping:
  51. comment_type:
  52. label: 'Comment type'
  53. type: string
  54. field.value.comment:
  55. type: mapping
  56. label: 'Default value'
  57. mapping:
  58. status:
  59. type: integer
  60. label: 'Comment status'
  61. cid:
  62. type: integer
  63. label: 'Last comment ID'
  64. last_comment_timestamp:
  65. type: integer
  66. label: 'Last comment timestamp'
  67. last_comment_name:
  68. type: integer
  69. label: 'Last comment name'
  70. last_comment_uid:
  71. type: integer
  72. label: 'Last comment user ID'
  73. comment_count:
  74. type: integer
  75. label: 'Number of comments'
  76. field.field_settings.comment:
  77. type: mapping
  78. label: 'Comment settings'
  79. mapping:
  80. default_mode:
  81. type: integer
  82. label: 'Threading'
  83. per_page:
  84. type: integer
  85. label: 'Comments per page'
  86. anonymous:
  87. type: integer
  88. label: 'Mode'
  89. form_location:
  90. type: boolean
  91. label: ' Allow comment title'
  92. preview:
  93. type: integer
  94. label: 'Preview comment'