You are here

auto_login_url.schema.yml in Auto Login URL 8

Same filename and directory in other branches
  1. 2.x config/schema/auto_login_url.schema.yml
config/schema/auto_login_url.schema.yml

File

config/schema/auto_login_url.schema.yml
View source
  1. auto_login_url.settings:
  2. type: mapping
  3. label: 'Auto Login URL settings'
  4. mapping:
  5. secret:
  6. type: string
  7. label: 'Secret key'
  8. expiration:
  9. type: integer
  10. label: 'Expiration period'
  11. delete:
  12. type: boolean
  13. label: 'Delete on use'
  14. token_length:
  15. type: integer
  16. label: 'Token length'
  17. langcode:
  18. type: string
  19. label: 'Language code'
  20. _core:
  21. type: _core_config_info