Added missing modules, including some as submodules.
[yaffs-website] / web / modules / contrib / redirect / config / schema / redirect.views.schema.yml
1 # Schema for the views plugins of the Redirect module.
2
3 views.field.redirect_type:
4   type: views.field.redirect
5   label: 'Redirect type'
6   mapping:
7     machine_name:
8       type: string
9       label: 'Output machine name'
10
11 # Schema for the formatter of Redirect Source
12 field.formatter.settings.redirect_source:
13   type: mapping
14   label: 'Redirect Source formatter'
15   mapping: { }
16
17 views.field.redirect_bulk_form:
18   type: views_field_bulk_form
19   label: 'Redirect bulk form'