You are here

redirect_after_logout.schema.yml in Redirect after logout 8

config/schema/redirect_after_logout.schema.yml

File

config/schema/redirect_after_logout.schema.yml
View source
  1. # Schema for the configuration files of the Redirect after logout module.
  2. redirect_after_logout.settings:
  3. type: config_object
  4. label: 'Redirect after logout settings'
  5. mapping:
  6. destination:
  7. type: path
  8. label: 'Redirect destination path.'
  9. message:
  10. type: text
  11. label: 'Redirect message.'