Initial Drupal 11 with DDEV setup

This commit is contained in:
gluebox
2025-10-08 11:39:17 -04:00
commit 89ef74b305
25344 changed files with 2599172 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: { }