Pull merge.
[yaffs-website] / web / core / modules / views / tests / modules / views_test_config / config / schema / views_test_config.views.schema.yml
1 # Schema for the views plugins of the Views test config module.
2
3 views.area.test_example:
4   type: views_area
5   label: 'Test example'
6   mapping:
7     string:
8       type: text
9       label: 'The shown text of the area'
10     custom_access:
11       type: boolean
12       label: 'Should access to the area be allowed'