ffce3f738ca7a41de6babda4d0177412299b5506
[yaffs-website] / web / core / modules / aggregator / config / schema / aggregator.views.schema.yml
1 # Schema for the views plugins of the Aggregator module.
2
3 views.argument.aggregator_fid:
4   type: views.argument.numeric
5   label: 'Aggregator feed ID'
6
7 views.argument.aggregator_iid:
8   type: views.argument.numeric
9   label: 'Aggregator item ID'
10
11 views.field.aggregator_title_link:
12   type: views_field
13   label: 'Title link'
14   mapping:
15     display_as_link:
16       type: boolean
17
18 views.row.aggregator_rss:
19   type: views_row
20   label: 'Aggregator item row'
21   mapping:
22     view_mode:
23       type: string
24       label: 'Display type'