views_test_config.views.schema.yml

Same filename in other branches
  1. 8.9.x core/modules/views/tests/modules/views_test_config/config/schema/views_test_config.views.schema.yml
  2. 10 core/modules/views/tests/modules/views_test_config/config/schema/views_test_config.views.schema.yml
  3. 11.x core/modules/views/tests/modules/views_test_config/config/schema/views_test_config.views.schema.yml
core/modules/views/tests/modules/views_test_config/config/schema/views_test_config.views.schema.yml

File

core/modules/views/tests/modules/views_test_config/config/schema/views_test_config.views.schema.yml

View source
  1. # Schema for the views plugins of the Views test config module.
  2. views.area.test_example:
  3. type: views_area
  4. label: 'Test example'
  5. mapping:
  6. string:
  7. type: text
  8. label: 'The shown text of the area'
  9. custom_access:
  10. type: boolean
  11. label: 'Should access to the area be allowed'

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