a7d5aa2c4cd61f3e6072921c330803ebb5b36ba7
[yaffs-website] / web / core / modules / views / config / schema / views.area.schema.yml
1 # Schema for the views area plugins.
2
3 views.area.*:
4   type: views_area
5   label: 'Default area'
6
7 views.area.entity:
8   type: views_area
9   label: 'Entity'
10   mapping:
11     target:
12       type: string
13       label: 'The target entity'
14     view_mode:
15       type: string
16       label: 'View mode'
17     tokenize:
18       type: boolean
19       label: 'Should replacement tokens be used from the first row'
20     bypass_access:
21       type: boolean
22       label: 'Bypass access checks'
23
24 views.area.text:
25   type: views_area
26   label: 'Text'
27   mapping:
28     content:
29       type: text_format
30       label: 'The formatted text of the area'
31     tokenize:
32       type: boolean
33       label: 'Should replacement tokens be used from the first row'
34
35 views.area.text_custom:
36   type: views_area
37   label: 'Text custom'
38   mapping:
39     content:
40       type: text
41       label: 'The shown text of the area'
42     tokenize:
43       type: boolean
44       label: 'Should replacement tokens be used from the first row'
45
46 views.area.result:
47   type: views_area
48   label: 'Result'
49   mapping:
50     content:
51       type: text
52       label: 'The shown text of the result summary area'
53
54 views.area.title:
55   type: views_area
56   label: 'Title'
57   mapping:
58     title:
59       type: label
60       label: 'The title which will be overridden for the page'
61
62 views.area.view:
63   type: views_area
64   label: 'View'
65   mapping:
66     view_to_insert:
67       type: string
68       label: 'View to insert'
69     inherit_arguments:
70       type: boolean
71       label: 'Inherit contextual filters'
72
73 views.area.http_status_code:
74   type: views_area
75   label: 'HTTP status code'
76   mapping:
77     status_code:
78       type: integer
79       label: 'HTTP status code'
80