You are here

xls_serialization.views.schema.yml in Excel Serialization 8

config/schema/xls_serialization.views.schema.yml

File

config/schema/xls_serialization.views.schema.yml
View source
  1. # Schema for the views plugins of the Serialization (Excel) module.
  2. views.display.excel_export:
  3. type: views.display.rest_export
  4. label: 'Excel export display options'
  5. mapping:
  6. filename:
  7. type: string
  8. label: 'Filename'
  9. header_bold:
  10. type: boolean
  11. label: 'Header Bold'
  12. header_italic:
  13. type: boolean
  14. label: 'Header Italic'
  15. header_background_color:
  16. type: string
  17. label: 'Header Background Color'
  18. header_text_color:
  19. type: string
  20. label: 'Header Text Color'
  21. views.style.excel_export:
  22. type: views.style.serializer
  23. label: 'Excel export output format'
  24. mapping:
  25. xls_settings:
  26. type: mapping
  27. label: 'XLS(X) settings'
  28. mapping:
  29. xls_format:
  30. type: string
  31. label: 'Format'
  32. metadata:
  33. type: mapping
  34. label: 'Document metadata'
  35. mapping:
  36. creator:
  37. type: string
  38. label: 'Author/creator name'
  39. last_modified_by:
  40. type: string
  41. label: 'Last modified by'
  42. title:
  43. type: string
  44. label: 'Title'
  45. description:
  46. type: string
  47. label: 'Description'
  48. subject:
  49. type: string
  50. label: 'Subject'
  51. keywords:
  52. type: string
  53. label: 'Keywords'
  54. category:
  55. type: string
  56. label: 'Category'
  57. manager:
  58. type: string
  59. label: 'Manager'
  60. company:
  61. type: string
  62. label: 'Company'