Merge branch 'master' into term_reference_tree
This commit is contained in:
commit
d6842e2467
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,5 @@
|
|||
auto_import: { }
|
||||
auto_export: { }
|
||||
langcode: fr
|
||||
_core:
|
||||
default_config_hash: AF4cxceuiw6dhwOrF9ZgpyKC4xsWt4Yhvohb3WNgn8o
|
|
@ -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
|
||||
label: 'Delete selected profile'
|
||||
type: profile
|
||||
plugin: profile_delete_action
|
||||
plugin: 'entity:delete_action:profile'
|
||||
configuration: { }
|
||||
|
|
|
@ -9,5 +9,5 @@ _core:
|
|||
id: profile_publish_action
|
||||
label: 'Publish selected profile'
|
||||
type: profile
|
||||
plugin: profile_publish_action
|
||||
plugin: 'entity:publish_action:profile'
|
||||
configuration: { }
|
||||
|
|
|
@ -9,5 +9,5 @@ _core:
|
|||
id: profile_unpublish_action
|
||||
label: 'Unpublish selected profile'
|
||||
type: profile
|
||||
plugin: profile_unpublish_action
|
||||
plugin: 'entity:unpublish_action:profile'
|
||||
configuration: { }
|
||||
|
|
Loading…
Reference in New Issue