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: node.full
label: 'Full content'
langcode: en
status: false
cache: true
targetEntityType: node
dependencies:
module:
- node
id: node.full
label: 'Full content'
targetEntityType: node
cache: true

View file

@ -1,8 +1,9 @@
id: node.rss
label: RSS
langcode: en
status: false
cache: true
targetEntityType: node
dependencies:
module:
- node
id: node.rss
label: RSS
targetEntityType: node
cache: true

View file

@ -1,8 +1,9 @@
id: node.search_index
label: 'Search index'
langcode: en
status: false
cache: true
targetEntityType: node
dependencies:
module:
- node
id: node.search_index
label: 'Search index'
targetEntityType: node
cache: true

View file

@ -1,8 +1,9 @@
id: node.search_result
label: 'Search result highlighting input'
langcode: en
status: false
cache: true
targetEntityType: node
dependencies:
module:
- node
id: node.search_result
label: 'Search result highlighting input'
targetEntityType: node
cache: true

View file

@ -1,8 +1,9 @@
id: node.teaser
label: Teaser
langcode: en
status: true
cache: true
targetEntityType: node
dependencies:
module:
- node
id: node.teaser
label: Teaser
targetEntityType: node
cache: true

View file

@ -15,3 +15,4 @@ cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: true
custom_storage: false

View file

@ -1,9 +1,10 @@
id: node_delete_action
label: 'Delete content'
status: true
langcode: en
type: node
plugin: node_delete_action
status: true
dependencies:
module:
- node
id: node_delete_action
label: 'Delete content'
type: node
plugin: node_delete_action
configuration: { }

View file

@ -1,9 +1,10 @@
id: node_make_sticky_action
label: 'Make content sticky'
status: true
langcode: en
type: node
plugin: node_make_sticky_action
status: true
dependencies:
module:
- node
id: node_make_sticky_action
label: 'Make content sticky'
type: node
plugin: node_make_sticky_action
configuration: { }

View file

@ -1,9 +1,10 @@
id: node_make_unsticky_action
label: 'Make content unsticky'
status: true
langcode: en
type: node
plugin: node_make_unsticky_action
status: true
dependencies:
module:
- node
id: node_make_unsticky_action
label: 'Make content unsticky'
type: node
plugin: node_make_unsticky_action
configuration: { }

View file

@ -1,9 +1,10 @@
id: node_promote_action
label: 'Promote content to front page'
status: true
langcode: en
type: node
plugin: node_promote_action
status: true
dependencies:
module:
- node
id: node_promote_action
label: 'Promote content to front page'
type: node
plugin: node_promote_action
configuration: { }

View file

@ -1,9 +1,10 @@
id: node_publish_action
label: 'Publish content'
status: true
langcode: en
type: node
plugin: node_publish_action
status: true
dependencies:
module:
- node
id: node_publish_action
label: 'Publish content'
type: node
plugin: node_publish_action
configuration: { }

View file

@ -1,9 +1,10 @@
id: node_save_action
label: 'Save content'
status: true
langcode: en
type: node
plugin: node_save_action
status: true
dependencies:
module:
- node
id: node_save_action
label: 'Save content'
type: node
plugin: node_save_action
configuration: { }

View file

@ -1,9 +1,10 @@
id: node_unpromote_action
label: 'Remove content from front page'
status: true
langcode: en
type: node
plugin: node_unpromote_action
status: true
dependencies:
module:
- node
id: node_unpromote_action
label: 'Remove content from front page'
type: node
plugin: node_unpromote_action
configuration: { }

View file

@ -1,9 +1,10 @@
id: node_unpublish_action
label: 'Unpublish content'
status: true
langcode: en
type: node
plugin: node_unpublish_action
status: true
dependencies:
module:
- node
id: node_unpublish_action
label: 'Unpublish content'
type: node
plugin: node_unpublish_action
configuration: { }