splited more config between devel/stage/prod
This commit is contained in:
parent
0bee9087db
commit
abb8d02fe2
|
@ -8,7 +8,13 @@ description: 'Development configs'
|
|||
folder: ../config/devel
|
||||
module:
|
||||
config_devel: 0
|
||||
context_ui: 0
|
||||
dblog: 0
|
||||
devel: 0
|
||||
field_ui: 0
|
||||
views_ui: 0
|
||||
webprofiler: 0
|
||||
workflow_ui: 0
|
||||
theme: { }
|
||||
blacklist: { }
|
||||
graylist: { }
|
||||
|
|
|
@ -26,7 +26,6 @@ module:
|
|||
content_lock: 0
|
||||
content_lock_timeout: 0
|
||||
context: 0
|
||||
context_ui: 0
|
||||
contextual: 0
|
||||
cshs: 0
|
||||
ctools: 0
|
||||
|
@ -35,7 +34,7 @@ module:
|
|||
date_range_formatter: 0
|
||||
datetime: 0
|
||||
datetime_range: 0
|
||||
dblog: 0
|
||||
devel_generate: 0
|
||||
dynamic_page_cache: 0
|
||||
editor: 0
|
||||
email_registration: 0
|
||||
|
@ -44,7 +43,6 @@ module:
|
|||
entity_browser_enhanced: 0
|
||||
field: 0
|
||||
field_group: 0
|
||||
field_ui: 0
|
||||
file: 0
|
||||
filter: 0
|
||||
filter_perms: 0
|
||||
|
@ -63,6 +61,7 @@ module:
|
|||
materio_id: 0
|
||||
materio_migrate: 0
|
||||
materio_samples: 0
|
||||
matomo: 0
|
||||
maxlength: 0
|
||||
menu_block: 0
|
||||
menu_ui: 0
|
||||
|
@ -106,12 +105,9 @@ module:
|
|||
views_bulk_edit: 0
|
||||
views_bulk_operations: 0
|
||||
views_ef_fieldset: 0
|
||||
views_ui: 0
|
||||
webprofiler: 0
|
||||
workflow: 0
|
||||
workflow_access: 0
|
||||
workflow_operations: 0
|
||||
workflow_ui: 0
|
||||
extlink: 1
|
||||
filefield_sources: 1
|
||||
menu_admin_per_menu: 1
|
||||
|
|
|
@ -0,0 +1,31 @@
|
|||
site_id: ''
|
||||
url_http: ''
|
||||
url_https: ''
|
||||
domain_mode: 0
|
||||
visibility:
|
||||
request_path_mode: 0
|
||||
request_path_pages: "/admin\n/admin/*\n/batch\n/node/add*\n/node/*/*\n/user/*/*"
|
||||
user_role_mode: 0
|
||||
user_role_roles: { }
|
||||
user_account_mode: 1
|
||||
track:
|
||||
mailto: true
|
||||
files: true
|
||||
files_extensions: '7z|aac|arc|arj|asf|asx|avi|bin|csv|doc(x|m)?|dot(x|m)?|exe|flv|gif|gz|gzip|hqx|jar|jpe?g|js|mp(2|3|4|e?g)|mov(ie)?|msi|msp|pdf|phps|png|ppt(x|m)?|pot(x|m)?|pps(x|m)?|ppam|sld(x|m)?|thmx|qtm?|ra(m|r)?|sea|sit|tar|tgz|torrent|txt|wav|wma|wmv|wpd|xls(x|m|b)?|xlt(x|m)|xlam|xml|z|zip'
|
||||
colorbox: true
|
||||
userid: false
|
||||
messages: { }
|
||||
site_search: false
|
||||
privacy:
|
||||
donottrack: true
|
||||
custom:
|
||||
variable: { }
|
||||
codesnippet:
|
||||
before: ''
|
||||
after: ''
|
||||
translation_set: false
|
||||
cache: false
|
||||
page_title_hierarchy: false
|
||||
page_title_hierarchy_exclude_home: true
|
||||
_core:
|
||||
default_config_hash: YGueb7ImKHSG1RRmIB1iqPHVGXTmI2yvCcB-RX7FPeY
|
|
@ -0,0 +1,17 @@
|
|||
uuid: 893534dd-cd4d-458b-8aec-629ce95fddf1
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- matomo
|
||||
title: 'Default cron handler'
|
||||
id: matomo_cron
|
||||
weight: 0
|
||||
module: matomo
|
||||
callback: matomo_cron
|
||||
scheduler:
|
||||
id: simple
|
||||
launcher:
|
||||
id: serial
|
||||
logger:
|
||||
id: database
|
Loading…
Reference in New Issue