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

@ -127,3 +127,7 @@ views.display.attachment:
render_pager:
type: boolean
label: 'Render pager'
views.display.entity_reference:
type: views_display
label: 'Entity Reference'

View file

@ -85,3 +85,7 @@ views.row.opml_fields:
url_field:
type: string
label: 'URL attribute'
views.row.entity_reference:
type: views.row.fields
label: 'Entity Reference inline fields'

View file

@ -118,15 +118,23 @@ views.view.*:
type: mapping
label: 'Cache metadata'
mapping:
cacheable:
type: boolean
label: 'Cacheable'
max-age:
type: integer
label: 'Cache maximum age'
contexts:
type: sequence
label: 'Cache contexts'
sequence:
type: string
tags:
type: sequence
label: 'Cache tags'
sequence:
type: string
# Deprecated.
cacheable:
type: boolean
label: 'Cacheable'
views_block:
type: block_settings
label: 'View block'

View file

@ -143,3 +143,14 @@ views.style.unformatted_summary:
separator:
type: string
label: 'Separator'
views.style.entity_reference:
type: views_style
label: 'Entity Reference list'
mapping:
search_fields:
type: sequence
label: 'Search fields'
sequence:
type: string
label: 'Search field'