views.row.schema.yml

drupal/core/modules/views/config/schema/views.row.schema.yml

File

drupal/core/modules/views/config/schema/views.row.schema.yml
View source
  1. # Schema for the views row.
  2. views.row.fields:
  3. type: mapping
  4. label: 'Field options'
  5. mapping:
  6. default_field_elements:
  7. type: string
  8. label: 'Provide default field wrapper elements'
  9. inline:
  10. type: sequence
  11. label: 'Inline'
  12. sequence:
  13. - type: string
  14. label: 'Inline'
  15. separator:
  16. type: string
  17. label: 'Separator'
  18. hide_empty:
  19. type: boolean
  20. label: 'Hide empty'