Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / comment / tests / modules / comment_test_views / test_views / views.view.test_comment.yml
1 langcode: en
2 status: true
3 dependencies:
4   module:
5     - comment
6     - entity_test
7     - user
8 id: test_comment
9 label: test_comment
10 module: views
11 description: ''
12 tag: ''
13 base_table: comment_field_data
14 base_field: cid
15 core: 8.x
16 display:
17   default:
18     display_plugin: default
19     display_title: Master
20     id: default
21     position: 0
22     display_options:
23       defaults:
24         fields: false
25         pager: false
26         sorts: false
27       row:
28         type: fields
29       fields:
30         subject:
31           id: subject
32           table: comment_field_data
33           field: subject
34           label: ''
35           type: string
36           plugin_id: field
37           entity_type: comment
38           entity_field: subject
39       pager:
40         options:
41           offset: 0
42         type: none
43       sorts: {  }