Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
315
Merge Requests
315
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
drupal
Commits
86394187
Commit
86394187
authored
Mar 01, 2014
by
alexpott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2200623
by damiankloip: Add plugin provider to default views configuration.
parent
ab2a9119
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
114 additions
and
0 deletions
+114
-0
core/modules/aggregator/config/views.view.aggregator_rss_feed.yml
...ules/aggregator/config/views.view.aggregator_rss_feed.yml
+7
-0
core/modules/comment/config/views.view.comments_recent.yml
core/modules/comment/config/views.view.comments_recent.yml
+7
-0
core/modules/file/config/views.view.files.yml
core/modules/file/config/views.view.files.yml
+10
-0
core/modules/node/config/views.view.content.yml
core/modules/node/config/views.view.content.yml
+7
-0
core/modules/node/config/views.view.content_recent.yml
core/modules/node/config/views.view.content_recent.yml
+7
-0
core/modules/node/config/views.view.frontpage.yml
core/modules/node/config/views.view.frontpage.yml
+8
-0
core/modules/user/config/views.view.user_admin_people.yml
core/modules/user/config/views.view.user_admin_people.yml
+7
-0
core/modules/user/config/views.view.who_s_new.yml
core/modules/user/config/views.view.who_s_new.yml
+7
-0
core/modules/user/config/views.view.who_s_online.yml
core/modules/user/config/views.view.who_s_online.yml
+7
-0
core/modules/views/config/schema/views.data_types.schema.yml
core/modules/views/config/schema/views.data_types.schema.yml
+17
-0
core/modules/views/config/views.view.archive.yml
core/modules/views/config/views.view.archive.yml
+9
-0
core/modules/views/config/views.view.glossary.yml
core/modules/views/config/views.view.glossary.yml
+9
-0
core/modules/views/config/views.view.taxonomy_term.yml
core/modules/views/config/views.view.taxonomy_term.yml
+12
-0
No files found.
core/modules/aggregator/config/views.view.aggregator_rss_feed.yml
View file @
86394187
...
@@ -13,9 +13,11 @@ display:
...
@@ -13,9 +13,11 @@ display:
access
:
access
:
type
:
none
type
:
none
options
:
{
}
options
:
{
}
provider
:
views
cache
:
cache
:
type
:
none
type
:
none
options
:
{
}
options
:
{
}
provider
:
views
query
:
query
:
type
:
views_query
type
:
views_query
options
:
options
:
...
@@ -24,6 +26,7 @@ display:
...
@@ -24,6 +26,7 @@ display:
slave
:
false
slave
:
false
query_comment
:
false
query_comment
:
false
query_tags
:
{
}
query_tags
:
{
}
provider
:
views
exposed_form
:
exposed_form
:
type
:
basic
type
:
basic
options
:
options
:
...
@@ -34,6 +37,7 @@ display:
...
@@ -34,6 +37,7 @@ display:
expose_sort_order
:
true
expose_sort_order
:
true
sort_asc_label
:
Asc
sort_asc_label
:
Asc
sort_desc_label
:
Desc
sort_desc_label
:
Desc
provider
:
views
pager
:
pager
:
type
:
full
type
:
full
options
:
options
:
...
@@ -55,10 +59,13 @@ display:
...
@@ -55,10 +59,13 @@ display:
first
:
'
«
first'
first
:
'
«
first'
last
:
'
last
»'
last
:
'
last
»'
quantity
:
9
quantity
:
9
provider
:
views
style
:
style
:
type
:
default
type
:
default
provider
:
views
row
:
row
:
type
:
'
entity:aggregator_item'
type
:
'
entity:aggregator_item'
provider
:
views
fields
:
fields
:
iid
:
iid
:
table
:
aggregator_item
table
:
aggregator_item
...
...
core/modules/comment/config/views.view.comments_recent.yml
View file @
86394187
...
@@ -22,17 +22,22 @@ display:
...
@@ -22,17 +22,22 @@ display:
type
:
perm
type
:
perm
options
:
options
:
perm
:
'
access
comments'
perm
:
'
access
comments'
provider
:
user
cache
:
cache
:
type
:
none
type
:
none
provider
:
views
query
:
query
:
type
:
views_query
type
:
views_query
provider
:
views
exposed_form
:
exposed_form
:
type
:
basic
type
:
basic
provider
:
views
pager
:
pager
:
type
:
some
type
:
some
options
:
options
:
items_per_page
:
10
items_per_page
:
10
offset
:
0
offset
:
0
provider
:
views
style
:
style
:
type
:
html_list
type
:
html_list
options
:
options
:
...
@@ -43,6 +48,7 @@ display:
...
@@ -43,6 +48,7 @@ display:
type
:
ul
type
:
ul
wrapper_class
:
item-list
wrapper_class
:
item-list
class
:
'
'
class
:
'
'
provider
:
views
row
:
row
:
type
:
fields
type
:
fields
options
:
options
:
...
@@ -52,6 +58,7 @@ display:
...
@@ -52,6 +58,7 @@ display:
changed
:
changed
changed
:
changed
separator
:
'
'
separator
:
'
'
hide_empty
:
false
hide_empty
:
false
provider
:
views
relationships
:
relationships
:
node
:
node
:
field
:
node
field
:
node
...
...
core/modules/file/config/views.view.files.yml
View file @
86394187
...
@@ -14,9 +14,11 @@ display:
...
@@ -14,9 +14,11 @@ display:
type
:
perm
type
:
perm
options
:
options
:
perm
:
'
access
files
overview'
perm
:
'
access
files
overview'
provider
:
views
cache
:
cache
:
type
:
none
type
:
none
options
:
{
}
options
:
{
}
provider
:
views
query
:
query
:
type
:
views_query
type
:
views_query
options
:
options
:
...
@@ -25,6 +27,7 @@ display:
...
@@ -25,6 +27,7 @@ display:
slave
:
false
slave
:
false
query_comment
:
false
query_comment
:
false
query_tags
:
{
}
query_tags
:
{
}
provider
:
views
exposed_form
:
exposed_form
:
type
:
basic
type
:
basic
options
:
options
:
...
@@ -35,6 +38,7 @@ display:
...
@@ -35,6 +38,7 @@ display:
expose_sort_order
:
true
expose_sort_order
:
true
sort_asc_label
:
Asc
sort_asc_label
:
Asc
sort_desc_label
:
Desc
sort_desc_label
:
Desc
provider
:
views
pager
:
pager
:
type
:
mini
type
:
mini
options
:
options
:
...
@@ -53,6 +57,7 @@ display:
...
@@ -53,6 +57,7 @@ display:
items_per_page_options_all_label
:
'
-
All
-'
items_per_page_options_all_label
:
'
-
All
-'
offset
:
false
offset
:
false
offset_label
:
Offset
offset_label
:
Offset
provider
:
views
style
:
style
:
type
:
table
type
:
table
options
:
options
:
...
@@ -133,8 +138,10 @@ display:
...
@@ -133,8 +138,10 @@ display:
responsive
:
priority-medium
responsive
:
priority-medium
default
:
'
changed'
default
:
'
changed'
empty_table
:
true
empty_table
:
true
provider
:
views
row
:
row
:
type
:
fields
type
:
fields
provider
:
views
fields
:
fields
:
fid
:
fid
:
id
:
fid
id
:
fid
...
@@ -720,6 +727,7 @@ display:
...
@@ -720,6 +727,7 @@ display:
items_per_page_options_all_label
:
'
-
All
-'
items_per_page_options_all_label
:
'
-
All
-'
offset
:
false
offset
:
false
offset_label
:
Offset
offset_label
:
Offset
provider
:
views
pager_options
:
false
pager_options
:
false
filters
:
{
}
filters
:
{
}
filter_groups
:
filter_groups
:
...
@@ -1023,9 +1031,11 @@ display:
...
@@ -1023,9 +1031,11 @@ display:
responsive
:
'
'
responsive
:
'
'
default
:
entity_label
default
:
entity_label
empty_table
:
true
empty_table
:
true
provider
:
views
row
:
row
:
type
:
fields
type
:
fields
options
:
{
}
options
:
{
}
provider
:
views
relationships
:
relationships
:
fid
:
fid
:
id
:
fid
id
:
fid
...
...
core/modules/node/config/views.view.content.yml
View file @
86394187
...
@@ -10,10 +10,13 @@ display:
...
@@ -10,10 +10,13 @@ display:
type
:
perm
type
:
perm
options
:
options
:
perm
:
'
access
content
overview'
perm
:
'
access
content
overview'
provider
:
user
cache
:
cache
:
type
:
none
type
:
none
provider
:
views
query
:
query
:
type
:
views_query
type
:
views_query
provider
:
views
exposed_form
:
exposed_form
:
type
:
basic
type
:
basic
options
:
options
:
...
@@ -24,10 +27,12 @@ display:
...
@@ -24,10 +27,12 @@ display:
expose_sort_order
:
true
expose_sort_order
:
true
sort_asc_label
:
Asc
sort_asc_label
:
Asc
sort_desc_label
:
Desc
sort_desc_label
:
Desc
provider
:
views
pager
:
pager
:
type
:
full
type
:
full
options
:
options
:
items_per_page
:
50
items_per_page
:
50
provider
:
views
style
:
style
:
type
:
table
type
:
table
options
:
options
:
...
@@ -130,8 +135,10 @@ display:
...
@@ -130,8 +135,10 @@ display:
responsive
:
'
'
responsive
:
'
'
default
:
changed
default
:
changed
empty_table
:
true
empty_table
:
true
provider
:
views
row
:
row
:
type
:
fields
type
:
fields
provider
:
views
fields
:
fields
:
node_bulk_form
:
node_bulk_form
:
id
:
node_bulk_form
id
:
node_bulk_form
...
...
core/modules/node/config/views.view.content_recent.yml
View file @
86394187
...
@@ -14,9 +14,11 @@ display:
...
@@ -14,9 +14,11 @@ display:
type
:
perm
type
:
perm
options
:
options
:
perm
:
'
access
content'
perm
:
'
access
content'
provider
:
user
cache
:
cache
:
type
:
none
type
:
none
options
:
{
}
options
:
{
}
provider
:
views
query
:
query
:
type
:
views_query
type
:
views_query
options
:
options
:
...
@@ -25,6 +27,7 @@ display:
...
@@ -25,6 +27,7 @@ display:
slave
:
false
slave
:
false
query_comment
:
false
query_comment
:
false
query_tags
:
{
}
query_tags
:
{
}
provider
:
views
exposed_form
:
exposed_form
:
type
:
basic
type
:
basic
options
:
options
:
...
@@ -35,11 +38,13 @@ display:
...
@@ -35,11 +38,13 @@ display:
expose_sort_order
:
true
expose_sort_order
:
true
sort_asc_label
:
Asc
sort_asc_label
:
Asc
sort_desc_label
:
Desc
sort_desc_label
:
Desc
provider
:
views
pager
:
pager
:
type
:
some
type
:
some
options
:
options
:
items_per_page
:
10
items_per_page
:
10
offset
:
0
offset
:
0
provider
:
views
style
:
style
:
type
:
table
type
:
table
options
:
options
:
...
@@ -96,8 +101,10 @@ display:
...
@@ -96,8 +101,10 @@ display:
responsive
:
'
'
responsive
:
'
'
default
:
'
-1'
default
:
'
-1'
empty_table
:
false
empty_table
:
false
provider
:
views
row
:
row
:
type
:
fields
type
:
fields
provider
:
views
fields
:
fields
:
title
:
title
:
id
:
title
id
:
title
...
...
core/modules/node/config/views.view.frontpage.yml
View file @
86394187
...
@@ -10,9 +10,11 @@ display:
...
@@ -10,9 +10,11 @@ display:
type
:
perm
type
:
perm
options
:
options
:
perm
:
'
access
content'
perm
:
'
access
content'
provider
:
user
cache
:
cache
:
type
:
none
type
:
none
options
:
{
}
options
:
{
}
provider
:
views
empty
:
empty
:
area_text_custom
:
area_text_custom
:
admin_label
:
'
'
admin_label
:
'
'
...
@@ -129,6 +131,7 @@ display:
...
@@ -129,6 +131,7 @@ display:
first
:
'
«
first'
first
:
'
«
first'
last
:
'
last
»'
last
:
'
last
»'
quantity
:
9
quantity
:
9
provider
:
views
query
:
query
:
type
:
views_query
type
:
views_query
options
:
options
:
...
@@ -137,6 +140,7 @@ display:
...
@@ -137,6 +140,7 @@ display:
slave
:
false
slave
:
false
query_comment
:
false
query_comment
:
false
query_tags
:
{
}
query_tags
:
{
}
provider
:
views
row
:
row
:
type
:
'
entity:node'
type
:
'
entity:node'
options
:
options
:
...
@@ -144,6 +148,7 @@ display:
...
@@ -144,6 +148,7 @@ display:
comments
:
false
comments
:
false
links
:
true
links
:
true
view_mode
:
teaser
view_mode
:
teaser
provider
:
views
sorts
:
sorts
:
sticky
:
sticky
:
admin_label
:
'
'
admin_label
:
'
'
...
@@ -213,18 +218,21 @@ display:
...
@@ -213,18 +218,21 @@ display:
options
:
options
:
items_per_page
:
10
items_per_page
:
10
offset
:
0
offset
:
0
provider
:
views
style
:
style
:
type
:
rss
type
:
rss
options
:
options
:
description
:
'
'
description
:
'
'
grouping
:
{
}
grouping
:
{
}
uses_fields
:
false
uses_fields
:
false
provider
:
views
row
:
row
:
type
:
node_rss
type
:
node_rss
options
:
options
:
relationship
:
none
relationship
:
none
item_length
:
default
item_length
:
default
links
:
false
links
:
false
provider
:
views
label
:
Frontpage
label
:
Frontpage
module
:
node
module
:
node
id
:
frontpage
id
:
frontpage
...
...
core/modules/user/config/views.view.user_admin_people.yml
View file @
86394187
...
@@ -14,8 +14,10 @@ display:
...
@@ -14,8 +14,10 @@ display:
type
:
perm
type
:
perm
options
:
options
:
perm
:
'
administer
users'
perm
:
'
administer
users'
provider
:
user
cache
:
cache
:
type
:
none
type
:
none
provider
:
views
query
:
query
:
type
:
views_query
type
:
views_query
options
:
options
:
...
@@ -24,6 +26,7 @@ display:
...
@@ -24,6 +26,7 @@ display:
slave
:
false
slave
:
false
query_comment
:
false
query_comment
:
false
query_tags
:
{
}
query_tags
:
{
}
provider
:
views
exposed_form
:
exposed_form
:
type
:
basic
type
:
basic
options
:
options
:
...
@@ -34,6 +37,7 @@ display:
...
@@ -34,6 +37,7 @@ display:
expose_sort_order
:
true
expose_sort_order
:
true
sort_asc_label
:
Asc
sort_asc_label
:
Asc
sort_desc_label
:
Desc
sort_desc_label
:
Desc
provider
:
views
pager
:
pager
:
type
:
full
type
:
full
options
:
options
:
...
@@ -55,6 +59,7 @@ display:
...
@@ -55,6 +59,7 @@ display:
offset
:
false
offset
:
false
offset_label
:
Offset
offset_label
:
Offset
quantity
:
9
quantity
:
9
provider
:
views
style
:
style
:
type
:
table
type
:
table
options
:
options
:
...
@@ -135,8 +140,10 @@ display:
...
@@ -135,8 +140,10 @@ display:
responsive
:
'
'
responsive
:
'
'
default
:
created
default
:
created
empty_table
:
true
empty_table
:
true
provider
:
views
row
:
row
:
type
:
fields
type
:
fields
provider
:
views
fields
:
fields
:
user_bulk_form
:
user_bulk_form
:
id
:
user_bulk_form
id
:
user_bulk_form
...
...
core/modules/user/config/views.view.who_s_new.yml
View file @
86394187
...
@@ -23,9 +23,11 @@ display:
...
@@ -23,9 +23,11 @@ display:
type
:
perm
type
:
perm
options
:
options
:
perm
:
'
access
content'
perm
:
'
access
content'
provider
:
user
cache
:
cache
:
type
:
none
type
:
none
options
:
{
}
options
:
{
}
provider
:
views
query
:
query
:
type
:
views_query
type
:
views_query
options
:
options
:
...
@@ -34,6 +36,7 @@ display:
...
@@ -34,6 +36,7 @@ display:
slave
:
false
slave
:
false
query_comment
:
false
query_comment
:
false
query_tags
:
{
}
query_tags
:
{
}
provider
:
views
exposed_form
:
exposed_form
:
type
:
basic
type
:
basic
options
:
options
:
...
@@ -44,15 +47,19 @@ display:
...
@@ -44,15 +47,19 @@ display:
expose_sort_order
:
true
expose_sort_order
:
true
sort_asc_label
:
Asc
sort_asc_label
:
Asc
sort_desc_label
:
Desc
sort_desc_label
:
Desc
provider
:
views
pager
:
pager
:
type
:
some
type
:
some
options
:
options
:
items_per_page
:
5
items_per_page
:
5
offset
:
0
offset
:
0
provider
:
views
style
:
style
:
type
:
html_list
type
:
html_list
provider
:
views
row
:
row
:
type
:
fields
type
:
fields
provider
:
views
fields
:
fields
:
name
:
name
:
id
:
name
id
:
name
...
...
core/modules/user/config/views.view.who_s_online.yml
View file @
86394187
...
@@ -14,9 +14,11 @@ display:
...
@@ -14,9 +14,11 @@ display:
type
:
perm
type
:
perm
options
:
options
:
perm
:
'
access
user
profiles'
perm
:
'
access
user
profiles'
provider
:
user
cache
:
cache
:
type
:
none
type
:
none
options
:
{
}
options
:
{
}
provider
:
views
query
:
query
:
type
:
views_query
type
:
views_query
options
:
options
:
...
@@ -25,6 +27,7 @@ display:
...
@@ -25,6 +27,7 @@ display:
slave
:
false