composer update 8.7.2 -> 8.7.3
This commit is contained in:
parent
d9e494e6db
commit
66725adf34
831
composer.lock
generated
831
composer.lock
generated
File diff suppressed because it is too large
Load Diff
5
config/devel/config_devel.settings.yml
Normal file
5
config/devel/config_devel.settings.yml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
auto_import: { }
|
||||||
|
auto_export: { }
|
||||||
|
langcode: fr
|
||||||
|
_core:
|
||||||
|
default_config_hash: AF4cxceuiw6dhwOrF9ZgpyKC4xsWt4Yhvohb3WNgn8o
|
17
config/devel/ultimate_cron.job.dblog_cron.yml
Normal file
17
config/devel/ultimate_cron.job.dblog_cron.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
uuid: a050024d-e271-4be0-9142-6dda5ddaa561
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- dblog
|
||||||
|
title: 'Remove expired log messages and flood control events'
|
||||||
|
id: dblog_cron
|
||||||
|
weight: 0
|
||||||
|
module: dblog
|
||||||
|
callback: dblog_cron
|
||||||
|
scheduler:
|
||||||
|
id: simple
|
||||||
|
launcher:
|
||||||
|
id: serial
|
||||||
|
logger:
|
||||||
|
id: database
|
@ -9,5 +9,5 @@ _core:
|
|||||||
id: profile_delete_action
|
id: profile_delete_action
|
||||||
label: 'Delete selected profile'
|
label: 'Delete selected profile'
|
||||||
type: profile
|
type: profile
|
||||||
plugin: profile_delete_action
|
plugin: 'entity:delete_action:profile'
|
||||||
configuration: { }
|
configuration: { }
|
||||||
|
@ -9,5 +9,5 @@ _core:
|
|||||||
id: profile_publish_action
|
id: profile_publish_action
|
||||||
label: 'Publish selected profile'
|
label: 'Publish selected profile'
|
||||||
type: profile
|
type: profile
|
||||||
plugin: profile_publish_action
|
plugin: 'entity:publish_action:profile'
|
||||||
configuration: { }
|
configuration: { }
|
||||||
|
@ -9,5 +9,5 @@ _core:
|
|||||||
id: profile_unpublish_action
|
id: profile_unpublish_action
|
||||||
label: 'Unpublish selected profile'
|
label: 'Unpublish selected profile'
|
||||||
type: profile
|
type: profile
|
||||||
plugin: profile_unpublish_action
|
plugin: 'entity:unpublish_action:profile'
|
||||||
configuration: { }
|
configuration: { }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user