You are here

views.entity_reference.schema.yml in Zircon Profile 8

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

File

core/modules/views/config/schema/views.entity_reference.schema.yml
View source
  1. # Schema for the views entity reference selection plugins.
  2. entity_reference_selection.views:
  3. type: mapping
  4. label: 'View handler settings'
  5. mapping:
  6. view:
  7. type: mapping
  8. label: 'View used to select the entities'
  9. mapping:
  10. view_name:
  11. type: string
  12. label: 'View name'
  13. display_name:
  14. type: string
  15. label: 'Display name'
  16. arguments:
  17. type: sequence
  18. label: 'View arguments'
  19. sequence:
  20. type: string
  21. label: 'Argument'