You are here

pdf_using_mpdf.schema.yml in PDF using mPDF 8.2

config/schema/pdf_using_mpdf.schema.yml

File

config/schema/pdf_using_mpdf.schema.yml
View source
  1. pdf_using_mpdf.settings:
  2. type: config_object
  3. label: 'PDF using mPDF settings'
  4. mapping:
  5. pdf_using_mpdf:
  6. type: mapping
  7. label: 'Parent key that holds the config'
  8. mapping:
  9. pdf_filename:
  10. type: string
  11. label: 'Default PDF filename'
  12. pdf_save_option:
  13. type: string
  14. label: 'Save options - browser, download, or save to server'
  15. pdf_set_title:
  16. type: string
  17. label: 'PDF file title value'
  18. pdf_set_author:
  19. type: string
  20. label: 'PDF file author value'
  21. pdf_set_subject:
  22. type: string
  23. label: 'PDF file subject value'
  24. pdf_set_creator:
  25. type: string
  26. label: 'PDF file creator value'
  27. margin_top:
  28. type: string
  29. label: 'PDF file margin top value'
  30. margin_right:
  31. type: string
  32. label: 'PDF file margin right value'
  33. margin_bottom:
  34. type: string
  35. label: 'PDF file margin bottom value'
  36. margin_left:
  37. type: string
  38. label: 'PDF file margin left value'
  39. margin_header:
  40. type: string
  41. label: 'PDF file margin header value'
  42. margin_footer:
  43. type: string
  44. label: 'PDF file margin footer value'
  45. pdf_font_size:
  46. type: string
  47. label: 'PDF file font size value'
  48. pdf_default_font:
  49. type: string
  50. label: 'PDF file default font value'
  51. pdf_page_size:
  52. type: string
  53. label: 'PDF file page size value'
  54. dpi:
  55. type: string
  56. label: 'PDF file dots per inch value'
  57. img_dpi:
  58. type: string
  59. label: 'PDF file image dots per inch value'
  60. orientation:
  61. type: string
  62. label: 'PDF file orientation value'
  63. watermark_option:
  64. type: string
  65. label: 'PDF file watermark option'
  66. watermark_opacity:
  67. type: string
  68. label: 'PDF file watermark opacity value'
  69. pdf_watermark_text:
  70. type: string
  71. label: 'PDF file watermark text value'
  72. watermark_image:
  73. type: mapping
  74. label: 'PDF file watermark image'
  75. pdf_header:
  76. type: string
  77. label: 'PDF file header value'
  78. pdf_footer:
  79. type: string
  80. label: 'PDF file footer value'
  81. pdf_css_file:
  82. type: string
  83. label: 'PDF file css path'
  84. pdf_password:
  85. type: string
  86. label: 'PDF file password'