You are here

semanticviews.views.schema.yml in Semantic Views 8.2

config/schema/semanticviews.views.schema.yml

File

config/schema/semanticviews.views.schema.yml
View source
  1. # Schema for the views plugins of the Semantic Views module.
  2. views.style.semanticviews_style:
  3. type: views_style
  4. label: 'Semantic Views Style'
  5. mapping:
  6. group:
  7. type: mapping
  8. label: 'Group'
  9. mapping:
  10. element_type:
  11. type: string
  12. label: 'Element type'
  13. attributes:
  14. type: string
  15. label: 'Attributes'
  16. list:
  17. type: mapping
  18. label: 'List'
  19. mapping:
  20. element_type:
  21. type: string
  22. label: 'Element type'
  23. attributes:
  24. type: string
  25. label: 'Attributes'
  26. row:
  27. type: mapping
  28. label: 'Row'
  29. mapping:
  30. element_type:
  31. type: string
  32. label: 'Element type'
  33. attributes:
  34. type: string
  35. label: 'Attributes'
  36. last_every_nth:
  37. type: string
  38. label: 'Last every nth'
  39. first_class:
  40. type: string
  41. label: 'First class'
  42. last_class:
  43. type: string
  44. label: 'Last class'
  45. striping_classes:
  46. type: string
  47. label: 'Striping classes'
  48. views.row.semanticviews_row:
  49. type: views_row
  50. label: 'Field options'
  51. mapping:
  52. skip_blank:
  53. type: integer
  54. label: 'Skip blank'
  55. semantic_html:
  56. type: sequence
  57. label: 'Fields'
  58. sequence:
  59. type: mapping
  60. label: 'Field options'
  61. mapping:
  62. element_type:
  63. type: string
  64. label: 'Element type'
  65. attributes:
  66. type: string
  67. label: 'Attributes'