/sitespilotes
This commit is contained in:
@@ -35,6 +35,7 @@
|
|||||||
"drupal/login_destination": "^2.0@beta",
|
"drupal/login_destination": "^2.0@beta",
|
||||||
"drupal/mailsystem": "^4.4",
|
"drupal/mailsystem": "^4.4",
|
||||||
"drupal/matomo": "^1.23",
|
"drupal/matomo": "^1.23",
|
||||||
|
"drupal/menu_trail_by_path": "^2.0",
|
||||||
"drupal/mimemail": "^1.0@alpha",
|
"drupal/mimemail": "^1.0@alpha",
|
||||||
"drupal/notify": "^2.0@beta",
|
"drupal/notify": "^2.0@beta",
|
||||||
"drupal/page_manager": "^4.0@RC",
|
"drupal/page_manager": "^4.0@RC",
|
||||||
|
|||||||
Generated
+61
-1
@@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "6791033095e7dafc3474d1203ca03d50",
|
"content-hash": "d325be3b3728dbf80aa71107fd2d55b1",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "asm89/stack-cors",
|
"name": "asm89/stack-cors",
|
||||||
@@ -6152,6 +6152,66 @@
|
|||||||
"issues": "https://www.drupal.org/project/issues/menu_position"
|
"issues": "https://www.drupal.org/project/issues/menu_position"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "drupal/menu_trail_by_path",
|
||||||
|
"version": "2.0.1",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.drupalcode.org/project/menu_trail_by_path.git",
|
||||||
|
"reference": "2.0.1"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://ftp.drupal.org/files/projects/menu_trail_by_path-2.0.1.zip",
|
||||||
|
"reference": "2.0.1",
|
||||||
|
"shasum": "3c2c1b0ee669c26e6ccba8a345605b7c932be2bf"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"drupal/core": "^8.8 || ^9.0 || ^10"
|
||||||
|
},
|
||||||
|
"type": "drupal-module",
|
||||||
|
"extra": {
|
||||||
|
"drupal": {
|
||||||
|
"version": "2.0.1",
|
||||||
|
"datestamp": "1701298206",
|
||||||
|
"security-coverage": {
|
||||||
|
"status": "covered",
|
||||||
|
"message": "Covered by Drupal's security advisory policy"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||||
|
"license": [
|
||||||
|
"GPL-2.0"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Berdir",
|
||||||
|
"homepage": "https://www.drupal.org/user/214652"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "davy-r",
|
||||||
|
"homepage": "https://www.drupal.org/user/3278771"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "mbovan",
|
||||||
|
"homepage": "https://www.drupal.org/user/3149657"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "redndahead",
|
||||||
|
"homepage": "https://www.drupal.org/user/160320"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "SeriousMatters",
|
||||||
|
"homepage": "https://www.drupal.org/user/290439"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Expand menus and set active-trail according to the current path.",
|
||||||
|
"homepage": "https://www.drupal.org/project/menu_trail_by_path",
|
||||||
|
"support": {
|
||||||
|
"source": "https://git.drupalcode.org/project/menu_trail_by_path"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/mimemail",
|
"name": "drupal/mimemail",
|
||||||
"version": "1.0.0-alpha6",
|
"version": "1.0.0-alpha6",
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ dependencies:
|
|||||||
config:
|
config:
|
||||||
- system.menu.main
|
- system.menu.main
|
||||||
module:
|
module:
|
||||||
|
- block_class
|
||||||
- menu_block
|
- menu_block
|
||||||
theme:
|
theme:
|
||||||
- reha
|
- reha
|
||||||
@@ -24,7 +25,7 @@ settings:
|
|||||||
label_link: false
|
label_link: false
|
||||||
label_type: block
|
label_type: block
|
||||||
level: 1
|
level: 1
|
||||||
depth: 0
|
depth: 1
|
||||||
expand_all_items: false
|
expand_all_items: false
|
||||||
parent: 'main:'
|
parent: 'main:'
|
||||||
suggestion: main
|
suggestion: main
|
||||||
|
|||||||
@@ -3,11 +3,18 @@ langcode: fr
|
|||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
|
- autotitle
|
||||||
- menu_ui
|
- menu_ui
|
||||||
third_party_settings:
|
third_party_settings:
|
||||||
menu_ui:
|
menu_ui:
|
||||||
available_menus: { }
|
available_menus:
|
||||||
parent: ''
|
- main
|
||||||
|
parent: 'main:views_view:views.sites.page_1'
|
||||||
|
autotitle:
|
||||||
|
enabled: false
|
||||||
|
field: _none
|
||||||
|
fallback_title: 'Untitled [site]'
|
||||||
|
headings: { }
|
||||||
name: Site
|
name: Site
|
||||||
type: site
|
type: site
|
||||||
description: ''
|
description: ''
|
||||||
|
|||||||
@@ -565,7 +565,7 @@ display:
|
|||||||
category_fallback: ''
|
category_fallback: ''
|
||||||
category_facets: { }
|
category_facets: { }
|
||||||
category_facets_concat_separator: ', '
|
category_facets_concat_separator: ', '
|
||||||
path: lessitespilotes
|
path: sitespilotes
|
||||||
menu:
|
menu:
|
||||||
type: normal
|
type: normal
|
||||||
title: 'Les sites pilotes'
|
title: 'Les sites pilotes'
|
||||||
|
|||||||
Reference in New Issue
Block a user