You are here

rename_admin_paths.schema.yml in Rename Admin Paths 8.2

config/schema/rename_admin_paths.schema.yml

File

config/schema/rename_admin_paths.schema.yml
View source
  1. rename_admin_paths.settings:
  2. type: config_object
  3. label: 'Module Settings'
  4. mapping:
  5. admin_path:
  6. type: integer
  7. label: 'Admin Path Enabled'
  8. admin_path_value:
  9. type: string
  10. label: 'Admin Path Value'
  11. user_path:
  12. type: integer
  13. label: 'User Path Enabled'
  14. user_path_value:
  15. type: string
  16. label: 'User Path Value'