You are here

securitytxt.schema.yml in Security.txt 8

config/schema/securitytxt.schema.yml

File

config/schema/securitytxt.schema.yml
View source
  1. securitytxt.settings:
  2. type: config_object
  3. label: 'Security.txt settings'
  4. mapping:
  5. enabled:
  6. type: boolean
  7. label: 'Enable security.txt'
  8. contact_email:
  9. type: email
  10. label: 'Contact email'
  11. contact_phone:
  12. type: string
  13. label: 'Contact phone'
  14. contact_page_url:
  15. type: string
  16. label: 'Contact page URL'
  17. encryption_public_key_url:
  18. type: string
  19. label: 'Public key URL'
  20. policy_page_url:
  21. type: string
  22. label: 'Security policy page URL'
  23. acknowledgement_page_url:
  24. type: string
  25. label: 'Acknowldegment page URL'
  26. signature_text:
  27. type: string
  28. label: 'Plain text PGP signature of security.txt'