aggregator.views.schema.yml 522 B

123456789101112131415161718192021222324
  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'