You are here

comment_alter.schema.yml in Comment Alter 8

config/schema/comment_alter.schema.yml

File

config/schema/comment_alter.schema.yml
View source
  1. # Schema for the configuration files of the Comment Alter module.
  2. field.field.*.*.*.third_party.comment_alter:
  3. type: mapping
  4. label: 'Comment alter field settings'
  5. mapping:
  6. altering_enabled:
  7. type: boolean
  8. label: 'Comment alter enabled for the field'
  9. hide_alteration:
  10. type: boolean
  11. label: 'Hide alterations of the field from diffs'