forgot to drush cex

This commit is contained in:
2026-09-22 21:34:32 +02:00
parent 53cbcbe06e
commit 34f42856e7
7 changed files with 20 additions and 168 deletions
+2 -30
View File
@@ -1,50 +1,22 @@
_core:
default_config_hash: NDkHK4I7-fpBSVP6pPMg_MLvHZcjgriRzCSGA4vnpi8
verbose: 0
verbose: false
types:
contact_message: { }
file:
'*': '*'
node:
'*': '*'
redirect: { }
search_api_task: { }
taxonomy_term:
'*': '*'
user: { }
workflow_transition: { }
workflow_scheduled_transition: { }
menu_link_content: { }
types_translation_lock: { }
types_js_lock: { }
form_op_lock:
contact_message:
mode: 0
values: { }
file:
mode: null
values: { }
node:
mode: 0
values: { }
redirect:
mode: 0
values: { }
search_api_task:
mode: null
values: { }
taxonomy_term:
mode: 0
values: { }
user:
mode: 0
values: { }
workflow_transition:
mode: 0
values: { }
workflow_scheduled_transition:
mode: 0
values: { }
menu_link_content:
mode: 0
values: { }
timeout: 1800
@@ -1,4 +0,0 @@
_core:
default_config_hash: X-PFa6GhUhVBudfnAsBqaWn_qhxq0xTtg76HCEoibeQ
content_lock_timeout_minutes: '30'
content_lock_timeout_on_edit: 0
-1
View File
@@ -56,7 +56,6 @@ module:
consumers: 0
contact: 0
content_lock: 0
content_lock_timeout: 0
context: 0
contextual: 0
cshs: 0
@@ -0,0 +1,17 @@
uuid: 1e8b5da4-af14-4504-a0f1-cfe9b5788085
langcode: en
status: true
dependencies:
module:
- content_lock
title: 'Default cron handler'
id: content_lock_cron
weight: 0
module: content_lock
callback: 'content_lock#cron'
scheduler:
id: simple
launcher:
id: serial
logger:
id: database
@@ -1,17 +0,0 @@
uuid: bc33785f-6a95-49b9-baae-80f8fb0653c8
langcode: en
status: true
dependencies:
module:
- content_lock_timeout
title: 'Default cron handler'
id: content_lock_timeout_cron
weight: 0
module: content_lock_timeout
callback: 'content_lock_timeout#cron'
scheduler:
id: simple
launcher:
id: serial
logger:
id: database