clean install

This commit is contained in:
2024-12-10 15:08:16 +01:00
commit e14eb2d8fd
31193 changed files with 3555714 additions and 0 deletions

View File

@@ -0,0 +1 @@
log_ip_addresses: false

View File

@@ -0,0 +1,10 @@
langcode: en
status: false
dependencies:
module:
- comment
id: comment.full
label: 'Full comment'
description: ''
targetEntityType: comment
cache: true

View File

@@ -0,0 +1,18 @@
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
custom_storage: false

View File

@@ -0,0 +1,10 @@
langcode: en
status: true
dependencies:
module:
- comment
id: comment_delete_action
label: 'Delete comment'
type: comment
plugin: entity:delete_action:comment
configuration: { }

View File

@@ -0,0 +1,10 @@
langcode: en
status: true
dependencies:
module:
- comment
id: comment_publish_action
label: 'Publish comment'
type: comment
plugin: entity:publish_action:comment
configuration: { }

View File

@@ -0,0 +1,10 @@
langcode: en
status: true
dependencies:
module:
- comment
id: comment_save_action
label: 'Save comment'
type: comment
plugin: entity:save_action:comment
configuration: { }

View File

@@ -0,0 +1,10 @@
langcode: en
status: true
dependencies:
module:
- comment
id: comment_unpublish_action
label: 'Unpublish comment'
type: comment
plugin: entity:unpublish_action:comment
configuration: { }