views.schema.yml

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

File

drupal/core/modules/views/config/schema/views.schema.yml
View source
  1. # Schema for the configuration files of the Views module.
  2. views.view.*:
  3. type: mapping
  4. label: 'View'
  5. mapping:
  6. disabled:
  7. type: boolean
  8. label: 'Disabled'
  9. api_version:
  10. label: 'API version'
  11. module:
  12. label: 'Module'
  13. name:
  14. label: 'Machine name'
  15. description:
  16. type: text
  17. label: 'Administrative description'
  18. tag:
  19. label: 'Tag'
  20. base_table:
  21. label: 'Base table'
  22. base_field:
  23. label: 'Base field'
  24. human_name:
  25. type: label
  26. label: 'Human readable name'
  27. core:
  28. label: 'Drupal version'
  29. uuid:
  30. label: 'UUID'
  31. display:
  32. type: sequence
  33. label: 'Displays'
  34. sequence:
  35. - type: mapping
  36. label: 'Display settings'
  37. mapping:
  38. id:
  39. label: 'Machine name'
  40. display_title:
  41. type: text
  42. label: 'Title'
  43. display_plugin:
  44. label: 'Display plugin'
  45. position:
  46. type: integer
  47. label: 'Position'
  48. display_options:
  49. type: views.display.[%parent.display_plugin]