views.exposed_form.schema.yml

Same filename and directory in other branches
  1. 9 core/modules/views/config/schema/views.exposed_form.schema.yml
  2. 10 core/modules/views/config/schema/views.exposed_form.schema.yml
  3. 11.x core/modules/views/config/schema/views.exposed_form.schema.yml
core/modules/views/config/schema/views.exposed_form.schema.yml

File

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

View source
  1. # Schema for the views exposed form.
  2. views.exposed_form.basic:
  3. type: views_exposed_form
  4. label: 'Basic'
  5. views.exposed_form.input_required:
  6. type: views_exposed_form
  7. label: 'Input required'
  8. mapping:
  9. text_input_required:
  10. type: text
  11. label: 'Text on demand'
  12. text_input_required_format:
  13. type: string
  14. label: 'Text on demand format'

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