views.row.schema.yml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. # Schema for the views row.
  2. views.row.*:
  3. type: views_row
  4. views.row.entity:*:
  5. type: views_entity_row
  6. label: 'Entity options'
  7. views.row.fields:
  8. type: views_row
  9. label: 'Field options'
  10. mapping:
  11. default_field_elements:
  12. type: boolean
  13. label: 'Provide default field wrapper elements'
  14. inline:
  15. type: sequence
  16. label: 'Inline'
  17. sequence:
  18. type: string
  19. label: 'Inline'
  20. separator:
  21. type: string
  22. label: 'Separator'
  23. hide_empty:
  24. type: boolean
  25. label: 'Hide empty'
  26. views.row.rss_fields:
  27. type: views_row
  28. label: 'RSS field options'
  29. mapping:
  30. title_field:
  31. type: string
  32. label: 'Title field'
  33. link_field:
  34. type: string
  35. label: 'Link field'
  36. description_field:
  37. type: string
  38. label: 'Description field'
  39. creator_field:
  40. type: string
  41. label: 'Creator field'
  42. date_field:
  43. type: string
  44. label: 'Publication date field'
  45. guid_field_options:
  46. type: mapping
  47. label: 'Guid settings'
  48. mapping:
  49. guid_field:
  50. type: string
  51. label: 'GUID field'
  52. guid_field_is_permalink:
  53. type: boolean
  54. label: 'GUID is permalink'
  55. views.row.opml_fields:
  56. type: views_row
  57. label: 'OPML field options'
  58. mapping:
  59. type_field:
  60. type: string
  61. label: 'Type attribute'
  62. text_field:
  63. type: string
  64. label: 'Text attribute'
  65. created_field:
  66. type: string
  67. label: 'Created attribute'
  68. description_field:
  69. type: string
  70. label: 'Description attribute'
  71. html_url_field:
  72. type: string
  73. label: 'HTML URL attribute'
  74. language_field:
  75. type: string
  76. label: 'Language attribute'
  77. xml_url_field:
  78. type: string
  79. label: 'XML URL attribute'
  80. url_field:
  81. type: string
  82. label: 'URL attribute'
  83. views.row.entity_reference:
  84. type: views.row.fields
  85. label: 'Entity Reference inline fields'