installed config_split
This commit is contained in:
24
config/devel/.htaccess
Normal file
24
config/devel/.htaccess
Normal file
@@ -0,0 +1,24 @@
|
||||
# Deny all requests from Apache 2.4+.
|
||||
<IfModule mod_authz_core.c>
|
||||
Require all denied
|
||||
</IfModule>
|
||||
|
||||
# Deny all requests from Apache 2.0-2.2.
|
||||
<IfModule !mod_authz_core.c>
|
||||
Deny from all
|
||||
</IfModule>
|
||||
|
||||
# Turn off all options we don't need.
|
||||
Options -Indexes -ExecCGI -Includes -MultiViews
|
||||
|
||||
# Set the catch-all handler to prevent scripts from being executed.
|
||||
SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006
|
||||
<Files *>
|
||||
# Override the handler again if we're run later in the evaluation list.
|
||||
SetHandler Drupal_Security_Do_Not_Remove_See_SA_2013_003
|
||||
</Files>
|
||||
|
||||
# If we know how to do it safely, disable the PHP engine entirely.
|
||||
<IfModule mod_php5.c>
|
||||
php_flag engine off
|
||||
</IfModule>
|
11
config/devel/config_devel.settings.yml
Normal file
11
config/devel/config_devel.settings.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
auto_import:
|
||||
-
|
||||
filename: modules/custom/materio_migrate/config/install/migrate_plus.migration_group.d7_materio.yml
|
||||
hash: ''
|
||||
-
|
||||
filename: modules/custom/materio_migrate/config/install/migrate_plus.migration.d7_node_entity_translation_materiau.yml
|
||||
hash: ''
|
||||
auto_export: { }
|
||||
langcode: fr
|
||||
_core:
|
||||
default_config_hash: AF4cxceuiw6dhwOrF9ZgpyKC4xsWt4Yhvohb3WNgn8o
|
10
config/devel/devel.settings.yml
Normal file
10
config/devel/devel.settings.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
page_alter: false
|
||||
raw_names: false
|
||||
error_handlers:
|
||||
1: 1
|
||||
rebuild_theme: false
|
||||
debug_mail_file_format: '%to-%subject-%datetime.mail.txt'
|
||||
debug_mail_directory: 'temporary://devel-mails'
|
||||
devel_dumper: default
|
||||
_core:
|
||||
default_config_hash: 8SYa5OOpQGdg4wnttb0LFNuG6GmivsS2qNv9sTH9gDI
|
8
config/devel/devel.toolbar.settings.yml
Normal file
8
config/devel/devel.toolbar.settings.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
toolbar_items:
|
||||
- devel.cache_clear
|
||||
- devel.phpinfo
|
||||
- devel.run_cron
|
||||
- devel.theme_registry
|
||||
langcode: fr
|
||||
_core:
|
||||
default_config_hash: IDzCy0l7vH5sENShziSE_TwGo7oDfS1yB4c26KU6WnE
|
13
config/devel/system.menu.devel.yml
Normal file
13
config/devel/system.menu.devel.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
uuid: fcad20d9-74ac-4ab4-996f-308e737225b9
|
||||
langcode: fr
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- devel
|
||||
_core:
|
||||
default_config_hash: eJm5HyWD2p1jONJLZ6tujaBZvgjBmXZ7vt23gtHwSIs
|
||||
id: devel
|
||||
label: Development
|
||||
description: 'Links related to Devel module.'
|
||||
locked: true
|
Reference in New Issue
Block a user