You are here

ajax_comments.schema.yml in AJAX Comments 8

config/schema/ajax_comments.schema.yml

File

config/schema/ajax_comments.schema.yml
View source
  1. # Schema for the configuration files of the AJAX Comments module.
  2. ajax_comments.settings:
  3. type: config_object
  4. label: 'AJAX comments settings'
  5. mapping:
  6. notify:
  7. type: boolean
  8. label: 'Add notification message when comment posted'
  9. enable_scroll:
  10. type: boolean
  11. label: 'Enable scrolling events'
  12. reply_autoclose:
  13. type: boolean
  14. label: 'Autoclose any opened reply forms'
  15. field.formatter.third_party.ajax_comments:
  16. type: mapping
  17. mapping:
  18. enable_ajax_comments:
  19. label: Enable Ajax Comments
  20. type: string