6 Commits
Author SHA1 Message Date
bachir 6fb80278a2 Merge branch '9.x' 2022-02-08 12:43:12 +01:00
bachir 243516a2a1 updated modules 2022-02-08 12:42:14 +01:00
bachir eba8395519 updated modules 2022-02-08 12:40:31 +01:00
bachir 9b46db9c56 added formatter_suite 2021-11-29 11:07:40 +01:00
bachir 6fe8986494 removed autologout dependencie 2021-11-10 12:03:41 +01:00
bachir 3c5c428850 removed forgotten drupal/domain dependend config files 2021-11-04 21:27:21 +01:00
9 changed files with 6 additions and 67 deletions
+5 -4
View File
@@ -10,7 +10,7 @@
"drush/drush": "^10",
"drupal/console": "^1.8",
"drupal/adminimal_theme": "^1.3",
"drupal/admin_toolbar": "^3",
"drupal/admin_toolbar": "^3.0",
"drupal/address": "^1.4",
"drupal/advanced_text_formatter": "^2.0",
"drupal/audiofield": "^1.6",
@@ -22,7 +22,7 @@
"drupal/bulkdelete": "1.x-dev",
"drupal/cshs": "1.x-dev",
"drupal/config_ignore": "^2.3@RC",
"drupal/config_filter": "^1.0",
"drupal/config_filter": "^2.0",
"drupal/config_devel": "^1.x-dev@dev",
"drupal/config_update": "^1.5",
"drupal/content_lock": "^2.1",
@@ -42,16 +42,17 @@
"drupal/field_group": "3.x-dev@dev",
"drupal/filefield_sources": "1.x-dev",
"drupal/filter_perms": "1.x-dev",
"drupal/formatter_suite": "^1.3",
"drupal/honeypot": "^2.0",
"drupal/imagemagick": "^3.1",
"drupal/inline_entity_form": "^1.0@RC",
"drupal/linkit": "^5.0@beta",
"drupal/linkit": "^6.0@beta",
"drupal/link_attributes": "^1.5",
"drupal/login_destination": "2.x-dev@dev",
"drupal/maillog": "1.x-dev",
"drupal/mailsystem": "^4.1",
"drupal/matomo": "^1.7",
"drupal/maxlength": "^1.0@beta",
"drupal/maxlength": "^2.0@beta",
"drupal/menu_admin_per_menu": "^1.0",
"drupal/menu_block": "1.x-dev@dev",
"drupal/menu_position": "1.x-dev",
-2
View File
@@ -1,2 +0,0 @@
enabled: true
timeout: 172800
@@ -1,2 +0,0 @@
enabled: false
timeout: null
-2
View File
@@ -1,2 +0,0 @@
enabled: true
timeout: 172800
-2
View File
@@ -1,2 +0,0 @@
enabled: false
timeout: null
-14
View File
@@ -1,14 +0,0 @@
timeout: 1800
max_timeout: 172800
padding: 20
role_logout: false
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
@@ -1,21 +0,0 @@
langcode: en
status: true
dependencies:
config:
- field.storage.user.field_domain_admin
module:
- user
id: user.user.field_domain_admin
field_name: field_domain_admin
entity_type: user
bundle: user
label: 'Domain administrator'
description: 'Select the domains this user may administer.'
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings:
handler: 'domain:domain'
handler_settings: { }
field_type: entity_reference
@@ -1,19 +0,0 @@
langcode: en
status: true
dependencies:
module:
- domain
- user
id: user.field_domain_admin
field_name: field_domain_admin
entity_type: user
type: entity_reference
settings:
target_type: domain
module: core
locked: false
cardinality: -1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false
+1 -1
View File
@@ -49,7 +49,6 @@ dependencies:
- 'advanced_text_formatter'
- 'audiofield'
- 'autocomplete_deluxe'
- 'autologout'
- 'better_exposed_filters'
- 'betterlogin'
- 'block_class'
@@ -81,6 +80,7 @@ dependencies:
- 'field_group'
- 'filefield_sources'
- 'filter_perms'
- 'formatter_suite'
- 'honeypot'
- 'inline_entity_form'
- 'link_attributes'