Security update to Drupal 8.4.6
[yaffs-website] / web / core / modules / views / config / schema / views.exposed_form.schema.yml
1 # Schema for the views exposed form.
2
3 views.exposed_form.basic:
4   type: views_exposed_form
5   label: 'Basic'
6
7 views.exposed_form.input_required:
8   type: views_exposed_form
9   label: 'Input required'
10   mapping:
11     text_input_required:
12       type: text
13       label: 'Text on demand'
14     text_input_required_format:
15       type: string
16       label: 'Text on demand format'