You are here

printable.schema.yml in Printer and PDF versions for Drupal 8+ 8

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

File

config/schema/printable.schema.yml
View source
  1. # Schema for the configuration files of the Printable module.
  2. printable.settings:
  3. type: mapping
  4. label: 'Printable settings'
  5. mapping:
  6. printable_entities:
  7. type: sequence
  8. label: 'Printable Enabled Entities'
  9. sequence:
  10. - type: string
  11. label: 'Entity'
  12. open_target_blank:
  13. type: boolean
  14. label: 'Open in New Tab'
  15. css_include:
  16. type: string
  17. label: 'CSS Include'
  18. extract_links:
  19. type: string
  20. label: 'Extract Links'
  21. save_pdf:
  22. type: boolean
  23. label: 'Save or inline pdf'
  24. pdf_tool:
  25. type: string
  26. label: 'Tool to be used in generating pdf'
  27. paper_size:
  28. type: string
  29. label: 'Page size'
  30. path_to_binary:
  31. type: string
  32. label: 'Path to binary file'
  33. page_orientation:
  34. type: string
  35. label: 'Page orientation'
  36. pdf_location:
  37. type: string
  38. label: 'Pdf location'
  39. send_to_printer:
  40. type: boolean
  41. label: 'Send to printer'
  42. close_window:
  43. type: boolean
  44. label: 'Close the window'
  45. list_attribute:
  46. type: boolean
  47. label: 'List the attributes'
  48. printable_print_link_locations:
  49. type: sequence
  50. label: 'Link locations'
  51. sequence:
  52. - type: string
  53. label: 'Print link locations'
  54. printable_pdf_link_locations:
  55. type: sequence
  56. label: 'Link locations'
  57. sequence:
  58. - type: string
  59. label: 'Pdf link locations'