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,3 @@
id: install_test
label: Optional configuration can be overridden.
description: ''

View File

@@ -0,0 +1,9 @@
langcode: en
status: true
dependencies:
module:
- user
id: user_block_user_action
label: 'Overridden block the selected user(s)'
type: user
plugin: user_block_user_action

View File

@@ -0,0 +1,4 @@
threshold:
requirements_warning: 259200
requirements_error: 1209600
logging: true

View File

@@ -0,0 +1,13 @@
langcode: en
uuid: ''
name: 'Test - this is overridden by the installer site configure form'
mail: ''
slogan: ''
page:
403: ''
404: ''
front: /user/login
admin_compact_mode: false
weight_select_max: 91
default_langcode: en
mail_notification: null

View File

@@ -0,0 +1,11 @@
langcode: en
status: true
dependencies:
module:
- entity_test_install
id: authenticated
label: 'Authenticated user'
weight: 1
is_admin: false
permissions:
- 'administer entity_test_bundle content'

View File

@@ -0,0 +1,8 @@
id: completely_new
label: Completely new optional configuration
weight: 0
protected_property: Default
status: true
dependencies:
module:
- dblog

View File

@@ -0,0 +1,6 @@
id: dotted.default
label: 'Default install profile override'
weight: 0
protected_property: Default
# Intentionally commented out to verify default status behavior.
# status: 1

View File

@@ -0,0 +1,8 @@
id: override
label: Override
weight: 0
protected_property: Default
status: true
dependencies:
module:
- entity_test

View File

@@ -0,0 +1,8 @@
id: override_unmet
label: Override
weight: 0
protected_property: Default
status: true
dependencies:
module:
- dblog

View File

@@ -0,0 +1,11 @@
id: testing_config_overrides
label: Config override test
description: ''
# The enforced dependency ensures that profile configuration in config/install
# can depend on optional configuration of modules and themes it installs.
dependencies:
module:
- testing_config_overrides_module
enforced:
config:
- entity_test.entity_test_bundle.testing_config_overrides_module

View File

@@ -0,0 +1,5 @@
id: testing_config_overrides_module
label: Testing Config Overrides optional configuration
dependencies:
module:
- entity_test

View File

@@ -0,0 +1,4 @@
name: 'Testing config dependencies and optional configuration'
type: module
package: Testing
version: VERSION

View File

@@ -0,0 +1,12 @@
name: Testing config overrides
type: profile
description: 'Minimal profile for running tests with config overrides in a profile.'
version: VERSION
# This profile is copied to a non-core location by
# \Drupal\Tests\config\Functional\ConfigInstallProfileUnmetDependenciesTest.
core_version_requirement: '*'
hidden: true
install:
- language
- entity_test_install
- testing_config_overrides_module