aggregator.views.schema.yml

Same filename and directory in other branches
  1. 9 core/modules/aggregator/config/schema/aggregator.views.schema.yml
core/modules/aggregator/config/schema/aggregator.views.schema.yml

File

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

View source
  1. # Schema for the views plugins of the Aggregator module.
  2. views.argument.aggregator_fid:
  3. type: views.argument.numeric
  4. label: 'Aggregator feed ID'
  5. views.argument.aggregator_iid:
  6. type: views.argument.numeric
  7. label: 'Aggregator item ID'
  8. views.field.aggregator_title_link:
  9. type: views_field
  10. label: 'Title link'
  11. mapping:
  12. display_as_link:
  13. type: boolean
  14. views.row.aggregator_rss:
  15. type: views_row
  16. label: 'Aggregator item row'
  17. mapping:
  18. view_mode:
  19. type: string
  20. label: 'Display type'

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.