Chris@0
|
1 # Schema for the views plugins of the Node module.
|
Chris@0
|
2
|
Chris@0
|
3 views.area.node_listing_empty:
|
Chris@0
|
4 type: views_area
|
Chris@0
|
5 label: 'Node link'
|
Chris@0
|
6
|
Chris@0
|
7 views.argument.node_nid:
|
Chris@0
|
8 type: views_argument
|
Chris@0
|
9 label: 'Node ID'
|
Chris@0
|
10 mapping:
|
Chris@0
|
11 break_phrase:
|
Chris@0
|
12 type: boolean
|
Chris@0
|
13 label: 'Allow multiple values'
|
Chris@0
|
14 not:
|
Chris@0
|
15 type: boolean
|
Chris@0
|
16 label: 'Exclude'
|
Chris@0
|
17
|
Chris@0
|
18 views.argument.node_type:
|
Chris@0
|
19 type: views_argument
|
Chris@0
|
20 label: 'Node type'
|
Chris@0
|
21 mapping:
|
Chris@0
|
22 glossary:
|
Chris@0
|
23 type: boolean
|
Chris@0
|
24 label: 'Glossary mode'
|
Chris@0
|
25 limit:
|
Chris@0
|
26 type: integer
|
Chris@0
|
27 label: 'Character limit'
|
Chris@0
|
28 case:
|
Chris@0
|
29 type: string
|
Chris@0
|
30 label: 'Case'
|
Chris@0
|
31 path_case:
|
Chris@0
|
32 type: string
|
Chris@0
|
33 label: 'Case in path'
|
Chris@0
|
34 transform_dash:
|
Chris@0
|
35 type: boolean
|
Chris@0
|
36 label: 'Transform spaces to dashes in URL'
|
Chris@0
|
37 break_phrase:
|
Chris@0
|
38 type: boolean
|
Chris@0
|
39 label: 'Allow multiple values'
|
Chris@0
|
40 add_table:
|
Chris@0
|
41 type: boolean
|
Chris@0
|
42 label: 'Allow multiple filter values to work together'
|
Chris@0
|
43 require_value:
|
Chris@0
|
44 type: boolean
|
Chris@0
|
45 label: 'Do not display items with no value in summary'
|
Chris@0
|
46
|
Chris@0
|
47 views.argument.node_uid_revision:
|
Chris@0
|
48 type: views_argument
|
Chris@0
|
49 label: 'Node user ID'
|
Chris@0
|
50 mapping:
|
Chris@0
|
51 break_phrase:
|
Chris@0
|
52 type: boolean
|
Chris@0
|
53 label: 'Allow multiple values'
|
Chris@0
|
54 not:
|
Chris@0
|
55 type: boolean
|
Chris@0
|
56 label: 'Exclude'
|
Chris@0
|
57
|
Chris@0
|
58 views.argument.node_vid:
|
Chris@0
|
59 type: views_argument
|
Chris@0
|
60 label: 'Node revision ID'
|
Chris@0
|
61 mapping:
|
Chris@0
|
62 break_phrase:
|
Chris@0
|
63 type: boolean
|
Chris@0
|
64 label: 'Allow multiple values'
|
Chris@0
|
65 not:
|
Chris@0
|
66 type: boolean
|
Chris@0
|
67 label: 'Exclude'
|
Chris@0
|
68
|
Chris@0
|
69 views.field.node:
|
Chris@0
|
70 type: views_field
|
Chris@0
|
71 label: 'Node'
|
Chris@0
|
72 mapping:
|
Chris@0
|
73 link_to_node:
|
Chris@0
|
74 type: boolean
|
Chris@0
|
75 label: 'Link this field to the original piece of content'
|
Chris@0
|
76
|
Chris@0
|
77 views.field.node_bulk_form:
|
Chris@0
|
78 type: views_field_bulk_form
|
Chris@0
|
79 label: 'Node bulk form'
|
Chris@0
|
80
|
Chris@0
|
81 views.field.node_path:
|
Chris@0
|
82 type: views_field
|
Chris@0
|
83 label: 'Node path'
|
Chris@0
|
84 mapping:
|
Chris@0
|
85 absolute:
|
Chris@0
|
86 type: boolean
|
Chris@0
|
87 label: 'Use absolute link (begins with "http://")'
|
Chris@0
|
88
|
Chris@0
|
89 views.field.node_revision_link:
|
Chris@0
|
90 type: views_field
|
Chris@0
|
91 label: 'Link to a node revision'
|
Chris@0
|
92 mapping:
|
Chris@0
|
93 text:
|
Chris@0
|
94 type: label
|
Chris@0
|
95 label: 'Text to display'
|
Chris@0
|
96
|
Chris@0
|
97 views.field.node_revision_link_delete:
|
Chris@0
|
98 type: views_field
|
Chris@0
|
99 label: 'Link to delete a node revision'
|
Chris@0
|
100 mapping:
|
Chris@0
|
101 text:
|
Chris@0
|
102 type: label
|
Chris@0
|
103 label: 'Text to display'
|
Chris@0
|
104
|
Chris@0
|
105 views.field.node_revision_link_revert:
|
Chris@0
|
106 type: views_field
|
Chris@0
|
107 label: 'Link to revert a node to a revision'
|
Chris@0
|
108 mapping:
|
Chris@0
|
109 text:
|
Chris@0
|
110 type: label
|
Chris@0
|
111 label: 'Text to display'
|
Chris@0
|
112
|
Chris@0
|
113 views.filter.node_access:
|
Chris@0
|
114 type: views_filter
|
Chris@0
|
115 label: 'Node access'
|
Chris@0
|
116
|
Chris@0
|
117 views.filter.node_status:
|
Chris@0
|
118 type: views_filter
|
Chris@0
|
119 label: 'Node status'
|
Chris@0
|
120
|
Chris@0
|
121 views.filter.node_uid_revision:
|
Chris@0
|
122 type: views_filter
|
Chris@0
|
123 label: 'Node revisions of an user'
|
Chris@0
|
124 mapping:
|
Chris@0
|
125 operator:
|
Chris@0
|
126 type: string
|
Chris@0
|
127 label: 'Operator'
|
Chris@0
|
128 value:
|
Chris@0
|
129 type: sequence
|
Chris@0
|
130 label: 'Values'
|
Chris@0
|
131 sequence:
|
Chris@0
|
132 type: string
|
Chris@0
|
133 label: 'Value'
|
Chris@0
|
134 expose:
|
Chris@0
|
135 type: mapping
|
Chris@0
|
136 label: 'Expose'
|
Chris@0
|
137 mapping:
|
Chris@0
|
138 reduce:
|
Chris@0
|
139 type: boolean
|
Chris@0
|
140 label: 'Reduce'
|
Chris@0
|
141
|
Chris@0
|
142 views.filter_value.node_access:
|
Chris@0
|
143 type: string
|
Chris@0
|
144 label: 'Access'
|
Chris@0
|
145
|
Chris@0
|
146 views.filter_value.node_status:
|
Chris@0
|
147 type: boolean
|
Chris@0
|
148 label: 'Status'
|
Chris@0
|
149
|
Chris@0
|
150 views.row.node_rss:
|
Chris@0
|
151 type: views_row
|
Chris@0
|
152 label: 'Content options'
|
Chris@0
|
153 mapping:
|
Chris@0
|
154 view_mode:
|
Chris@0
|
155 type: string
|
Chris@0
|
156 label: 'Display type'
|