You are here

access_unpublished.schema.yml in Access unpublished 8

config/schema/access_unpublished.schema.yml

File

config/schema/access_unpublished.schema.yml
View source
  1. access_unpublished.settings:
  2. type: config_object
  3. label: 'Access unpublished settings'
  4. mapping:
  5. hash_key:
  6. type: string
  7. label: 'Hash key'
  8. duration:
  9. type: integer
  10. label: 'Default lifetime of token'
  11. cleanup_expired_tokens:
  12. type: boolean
  13. label: 'Cleanup expired tokens'
  14. cleanup_expired_tokens_period:
  15. type: string
  16. label: 'Period of time after the cron deletes expired tokens'
  17. modify_http_headers:
  18. type: sequence
  19. label: 'Modify HTTP headers'
  20. sequence:
  21. type: string
  22. label: 'Headers'