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,2 @@
additional_trusted_composer_plugins: []
include_unknown_files_in_project_root: false

View File

@ -0,0 +1,27 @@
package_name:
type: string
label: 'Package name'
constraints:
Regex:
# @see https://getcomposer.org/schema.json
pattern: '/^[a-z0-9]([_.-]?[a-z0-9]+)*\/[a-z0-9](([_.]|-{1,2})?[a-z0-9]+)*$/'
package_manager.settings:
type: config_object
label: 'Package Manager settings'
mapping:
additional_trusted_composer_plugins:
type: sequence
label: 'Additional trusted composer plugins'
sequence:
type: package_name
label: 'Trusted composer plugin'
include_unknown_files_in_project_root:
type: boolean
label: 'Include unrecognized files and directories in the project root in staging operations'
log:
type: string
label: 'Path of a file to which Composer Stager process output should be logged'
constraints:
NotBlank: []
requiredKey: false