You are here

antibot.schema.yml in Antibot 8

config/schema/antibot.schema.yml

File

config/schema/antibot.schema.yml
View source
  1. antibot.settings:
  2. type: config_object
  3. label: 'Antibot settings.'
  4. mapping:
  5. form_ids:
  6. type: sequence
  7. label: 'The protected form IDs'
  8. sequence:
  9. type: string
  10. label: 'The form ID'
  11. show_form_ids:
  12. type: boolean
  13. label: 'Show form IDs to admins'