removed autologout, added page_manager & panels
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
"drupal/core-composer-scaffold": "^9.2",
|
||||
"drupal/core-project-message": "^9.2",
|
||||
"drupal/core-recommended": "^9.2",
|
||||
"drupal/page_manager": "4.x-dev@dev",
|
||||
"drupal/panels": "^4.6",
|
||||
"drupal/role_delegation": "^1.1",
|
||||
"wikimedia/composer-merge-plugin": "^2.0"
|
||||
},
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
enabled: true
|
||||
timeout: 0
|
||||
_core:
|
||||
default_config_hash: Oe-fB2enOwHHacGGf5HLP31RdU9bEsQZ19YQ6AS8pjw
|
||||
langcode: fr
|
||||
url: ''
|
||||
@@ -1,5 +0,0 @@
|
||||
enabled: false
|
||||
timeout: null
|
||||
_core:
|
||||
default_config_hash: kxyrVqZ2uewqW3PUFj1ZDShD6MUbz5Yqnl3xyO3VXos
|
||||
langcode: fr
|
||||
@@ -1,3 +0,0 @@
|
||||
enabled: false
|
||||
timeout: null
|
||||
url: ''
|
||||
@@ -1,6 +0,0 @@
|
||||
enabled: true
|
||||
timeout: 0
|
||||
_core:
|
||||
default_config_hash: Oe-fB2enOwHHacGGf5HLP31RdU9bEsQZ19YQ6AS8pjw
|
||||
langcode: fr
|
||||
url: ''
|
||||
@@ -1,6 +0,0 @@
|
||||
enabled: false
|
||||
timeout: null
|
||||
_core:
|
||||
default_config_hash: kxyrVqZ2uewqW3PUFj1ZDShD6MUbz5Yqnl3xyO3VXos
|
||||
langcode: fr
|
||||
url: ''
|
||||
@@ -1,24 +0,0 @@
|
||||
timeout: 43200
|
||||
max_timeout: 172800
|
||||
padding: 20
|
||||
role_logout: true
|
||||
redirect_url: /
|
||||
no_dialog: true
|
||||
message: 'Your session is about to expire. Do you want to reset it?'
|
||||
inactivity_message: 'You have been logged out due to inactivity.'
|
||||
enforce_admin: false
|
||||
jstimer_format: '%hours%:%mins%:%secs%'
|
||||
jstimer_js_load_option: false
|
||||
use_alt_logout_method: false
|
||||
use_watchdog: true
|
||||
langcode: fr
|
||||
_core:
|
||||
default_config_hash: m2pxH8tc4KIlh127R5TYim65W7NBY9gpYQnIXlvDp0M
|
||||
no_individual_logout_threshold: false
|
||||
role_logout_max: true
|
||||
dialog_title: 'Engagement Qualité Logement Alert'
|
||||
inactivity_message_type: status
|
||||
disable_buttons: false
|
||||
yes_button: ''
|
||||
no_button: ''
|
||||
whitelisted_ip_addresses: ''
|
||||
@@ -6,7 +6,6 @@ module:
|
||||
advanced_text_formatter: 0
|
||||
audiofield: 0
|
||||
autocomplete_deluxe: 0
|
||||
autologout: 0
|
||||
ban: 0
|
||||
better_exposed_filters: 0
|
||||
betterlogin: 0
|
||||
@@ -60,6 +59,7 @@ module:
|
||||
jquery_ui_slider: 0
|
||||
jquery_ui_touch_punch: 0
|
||||
language: 0
|
||||
layout_discovery: 0
|
||||
link: 0
|
||||
link_attributes: 0
|
||||
linkit: 0
|
||||
@@ -74,7 +74,10 @@ module:
|
||||
node: 0
|
||||
options: 0
|
||||
page_cache: 0
|
||||
page_manager: 0
|
||||
page_manager_ui: 0
|
||||
pagerer: 0
|
||||
panels: 0
|
||||
path: 0
|
||||
path_alias: 0
|
||||
path_alias_xt: 0
|
||||
|
||||
Reference in New Issue
Block a user