Drupal 8.0.0 beta 12. More info: https://www.drupal.org/node/2514176
This commit is contained in:
commit
9921556621
13277 changed files with 1459781 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
id: node.full
|
||||
label: 'Full content'
|
||||
status: false
|
||||
cache: true
|
||||
targetEntityType: node
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
|
@ -0,0 +1,8 @@
|
|||
id: node.rss
|
||||
label: RSS
|
||||
status: false
|
||||
cache: true
|
||||
targetEntityType: node
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
|
@ -0,0 +1,8 @@
|
|||
id: node.search_index
|
||||
label: 'Search index'
|
||||
status: false
|
||||
cache: true
|
||||
targetEntityType: node
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
|
@ -0,0 +1,8 @@
|
|||
id: node.search_result
|
||||
label: 'Search result highlighting input'
|
||||
status: false
|
||||
cache: true
|
||||
targetEntityType: node
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
|
@ -0,0 +1,8 @@
|
|||
id: node.teaser
|
||||
label: Teaser
|
||||
status: true
|
||||
cache: true
|
||||
targetEntityType: node
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
17
core/modules/node/config/install/field.storage.node.body.yml
Normal file
17
core/modules/node/config/install/field.storage.node.body.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
- text
|
||||
id: node.body
|
||||
field_name: body
|
||||
entity_type: node
|
||||
type: text_with_summary
|
||||
settings: { }
|
||||
module: text
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: true
|
1
core/modules/node/config/install/node.settings.yml
Normal file
1
core/modules/node/config/install/node.settings.yml
Normal file
|
@ -0,0 +1 @@
|
|||
use_admin_theme: false
|
|
@ -0,0 +1,9 @@
|
|||
id: node_delete_action
|
||||
label: 'Delete content'
|
||||
status: true
|
||||
langcode: en
|
||||
type: node
|
||||
plugin: node_delete_action
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
|
@ -0,0 +1,9 @@
|
|||
id: node_make_sticky_action
|
||||
label: 'Make content sticky'
|
||||
status: true
|
||||
langcode: en
|
||||
type: node
|
||||
plugin: node_make_sticky_action
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
|
@ -0,0 +1,9 @@
|
|||
id: node_make_unsticky_action
|
||||
label: 'Make content unsticky'
|
||||
status: true
|
||||
langcode: en
|
||||
type: node
|
||||
plugin: node_make_unsticky_action
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
|
@ -0,0 +1,9 @@
|
|||
id: node_promote_action
|
||||
label: 'Promote content to front page'
|
||||
status: true
|
||||
langcode: en
|
||||
type: node
|
||||
plugin: node_promote_action
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
|
@ -0,0 +1,9 @@
|
|||
id: node_publish_action
|
||||
label: 'Publish content'
|
||||
status: true
|
||||
langcode: en
|
||||
type: node
|
||||
plugin: node_publish_action
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
|
@ -0,0 +1,9 @@
|
|||
id: node_save_action
|
||||
label: 'Save content'
|
||||
status: true
|
||||
langcode: en
|
||||
type: node
|
||||
plugin: node_save_action
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
|
@ -0,0 +1,9 @@
|
|||
id: node_unpromote_action
|
||||
label: 'Remove content from front page'
|
||||
status: true
|
||||
langcode: en
|
||||
type: node
|
||||
plugin: node_unpromote_action
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
|
@ -0,0 +1,9 @@
|
|||
id: node_unpublish_action
|
||||
label: 'Unpublish content'
|
||||
status: true
|
||||
langcode: en
|
||||
type: node
|
||||
plugin: node_unpublish_action
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
Reference in a new issue