You are here

pdfpreview.schema.yml in PDFPreview 8

Same filename and directory in other branches
  1. 2.0.x config/schema/pdfpreview.schema.yml
config/schema/pdfpreview.schema.yml

File

config/schema/pdfpreview.schema.yml
View source
  1. pdfpreview.settings:
  2. type: config_object
  3. mapping:
  4. quality:
  5. type: integer
  6. label: 'Quality of preview images'
  7. size:
  8. type: string
  9. label: 'Size of the preview images'
  10. path:
  11. type: string
  12. label: 'Location where preview images will be stored'
  13. filenames:
  14. type: string
  15. label: 'Which approach to use to build filenames of previews (human-readable or md5)'
  16. show_description:
  17. type: boolean
  18. label: 'Whether to show description by default'
  19. tag:
  20. type: string
  21. label: 'The tag that should be used by default'
  22. fallback_formatter:
  23. type: string
  24. label: 'Fallback formatter to be used by default'
  25. type:
  26. type: string
  27. label: 'Image type to be used for the preview file'