Update to drupal 8.0.0-rc1. For more information, see https://www.drupal.org/node/2582663

This commit is contained in:
Greg Anderson 2015-10-08 11:40:12 -07:00
parent eb34d130a8
commit f32e58e4b1
8476 changed files with 211648 additions and 170042 deletions

View file

@ -1,8 +1,9 @@
id: taxonomy_term.full
label: 'Taxonomy term page'
langcode: en
status: true
cache: true
targetEntityType: taxonomy_term
dependencies:
module:
- taxonomy
id: taxonomy_term.full
label: 'Taxonomy term page'
targetEntityType: taxonomy_term
cache: true

View file

@ -105,7 +105,7 @@ display:
title_enable: false
title: All
title_enable: true
title: '%1'
title: '{{ arguments.tid }}'
default_argument_type: fixed
default_argument_options:
argument: ''
@ -231,7 +231,7 @@ display:
admin_label: ''
empty: true
tokenize: true
target: '!1'
target: '{{ raw_arguments.tid }}'
view_mode: full
bypass_access: false
plugin_id: entity
@ -246,8 +246,11 @@ display:
contexts:
- 'languages:language_interface'
- url
- url.query_args
- 'user.node_grants:view'
cacheable: false
- user.permissions
max-age: -1
tags: { }
feed_1:
id: feed_1
display_title: Feed
@ -283,7 +286,9 @@ display:
- 'languages:language_interface'
- url
- 'user.node_grants:view'
cacheable: false
- user.permissions
max-age: -1
tags: { }
page_1:
id: page_1
display_title: Page
@ -299,5 +304,8 @@ display:
contexts:
- 'languages:language_interface'
- url
- url.query_args
- 'user.node_grants:view'
cacheable: false
- user.permissions
max-age: -1
tags: { }