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: comment.full
|
||||
label: 'Full comment'
|
||||
status: false
|
||||
cache: true
|
||||
targetEntityType: comment
|
||||
dependencies:
|
||||
module:
|
||||
- comment
|
|
@ -0,0 +1,17 @@
|
|||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- comment
|
||||
- text
|
||||
id: comment.comment_body
|
||||
field_name: comment_body
|
||||
entity_type: comment
|
||||
type: text_long
|
||||
settings: { }
|
||||
module: text
|
||||
locked: false
|
||||
cardinality: 1
|
||||
translatable: true
|
||||
indexes: { }
|
||||
persist_with_no_fields: true
|
|
@ -0,0 +1,9 @@
|
|||
id: comment_publish_action
|
||||
label: 'Publish comment'
|
||||
status: true
|
||||
langcode: en
|
||||
type: comment
|
||||
plugin: comment_publish_action
|
||||
dependencies:
|
||||
module:
|
||||
- comment
|
|
@ -0,0 +1,9 @@
|
|||
id: comment_save_action
|
||||
label: 'Save comment'
|
||||
status: true
|
||||
langcode: en
|
||||
type: comment
|
||||
plugin: comment_save_action
|
||||
dependencies:
|
||||
module:
|
||||
- comment
|
|
@ -0,0 +1,9 @@
|
|||
id: comment_unpublish_action
|
||||
label: 'Unpublish comment'
|
||||
status: true
|
||||
langcode: en
|
||||
type: comment
|
||||
plugin: comment_unpublish_action
|
||||
dependencies:
|
||||
module:
|
||||
- comment
|
Reference in a new issue