You are here

filefield_paths.schema.yml in File (Field) Paths 8

config/schema/filefield_paths.schema.yml

File

config/schema/filefield_paths.schema.yml
View source
  1. # Schema for the File (Field) Paths module.
  2. filefield_paths.settings:
  3. type: config_object
  4. label: 'File (Field) Paths configuration settings'
  5. mapping:
  6. temp_location:
  7. type: string
  8. label: 'Temporary file location'
  9. field.field.*.*.*.third_party.filefield_paths:
  10. type: mapping
  11. label: 'File (Field) Path settings'
  12. mapping:
  13. enabled:
  14. type: boolean
  15. label: 'Enabled'
  16. file_path:
  17. type: mapping
  18. mapping:
  19. value:
  20. type: string
  21. label: 'File path'
  22. options:
  23. type: mapping
  24. label: 'Path options'
  25. mapping:
  26. slashes:
  27. type: boolean
  28. label: 'Remove Slashes (/) from tokens'
  29. pathauto:
  30. type: boolean
  31. label: 'Cleanup using Pathauto'
  32. transliterate:
  33. type: boolean
  34. label: 'Transliterate'
  35. file_name:
  36. type: mapping
  37. mapping:
  38. value:
  39. type: string
  40. label: 'File name'
  41. options:
  42. type: mapping
  43. label: 'Path options'
  44. mapping:
  45. slashes:
  46. type: boolean
  47. label: 'Remove Slashes (/) from tokens'
  48. pathauto:
  49. type: boolean
  50. label: 'Cleanup using Pathauto'
  51. transliterate:
  52. type: boolean
  53. label: 'Transliterate'
  54. redirect:
  55. type: boolean
  56. label: 'Create Redirect'
  57. retroactive_update:
  58. type: boolean
  59. label: 'Retroactive'
  60. active_updating:
  61. type: boolean
  62. label: 'Active'