You are here

securepages.schema.yml in Secure Pages 8

config/schema/securepages.schema.yml

File

config/schema/securepages.schema.yml
View source
  1. # Schema for the configuration files of the securepages module.
  2. securepages.settings:
  3. type: config_object
  4. label: 'Secure Pages settings'
  5. mapping:
  6. enable:
  7. type: boolean
  8. label: 'Enable Secure Pages'
  9. switch:
  10. type: boolean
  11. label: 'Switch back to HTTP pages when there are no matches'
  12. basepath:
  13. type: string
  14. label: 'Non-secure base URL'
  15. basepath_ssl:
  16. type: string
  17. label: 'Secure base URL'
  18. secure:
  19. type: boolean
  20. label: 'Pages which will be be secure'
  21. pages:
  22. type: sequence
  23. label: 'Pages'
  24. sequence:
  25. type: string
  26. label: 'Path'
  27. ignore:
  28. type: sequence
  29. label: 'Ignore pages'
  30. sequence:
  31. type: string
  32. label: 'Path'
  33. roles:
  34. type: sequence
  35. label: 'User roles'
  36. sequence:
  37. type: string
  38. label: 'Always SSL'
  39. forms:
  40. type: sequence
  41. label: 'Secure forms'
  42. sequence:
  43. type: string
  44. label: 'Form ID'
  45. debug:
  46. type: boolean
  47. label: 'Enable debugging'