Skip to content
Snippets Groups Projects
Commit b881e087 authored by jurgenhaas's avatar jurgenhaas
Browse files

amos/allianzapps/sites/grp#2259 Add patch to gin

parent 07b24849
No related branches found
No related tags found
1 merge request!142Merging develop into main
Pipeline #1178028 passed with warnings
......@@ -125,7 +125,8 @@
"#3355054 Default value for empty actions": "https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/d10/3355054.diff"
},
"drupal/gin_toolbar": {
"#3319445 Permission check": "https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/gin_toolbar-permissions.patch"
"#3319445 Permission check": "https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/gin_toolbar-permissions.patch",
"#3419076 Number in breadcrumb": "https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/d10/3419076.diff"
},
"drupal/glossify": {
"#3360633 HTML entities": "https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/d10/3360633.diff"
......
......@@ -124,7 +124,8 @@
"#3084395 Daterange basefield": "https://www.drupal.org/files/issues/2022-03-25/3084395-11.patch"
},
"drupal/gin": {
"#3355054 Default value for empty actions": "https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/d10/3355054.diff"
"#3355054 Default value for empty actions": "https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/d10/3355054.diff",
"#3419076 Number in breadcrumb": "https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/d10/3419076.diff"
},
"drupal/gin_toolbar": {
"#3319445 Permission check": "https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/gin_toolbar-permissions.patch"
......
diff --git a/gin.libraries.yml b/gin.libraries.yml
index 07e1716c04a43dae28af7990b518c62362370052..631035543c82028d62ca89498ab4ac0a20cb5302 100644
--- a/gin.libraries.yml
+++ b/gin.libraries.yml
@@ -43,6 +43,7 @@ navigation:
- gin/node_preview
- gin/responsive_preview
- gin/contextual_links
+ - gin/breadcrumb
- gin/settings_tray
- gin/settings_tray_edit
- core/drupalSettings
@@ -63,6 +64,7 @@ gin_toolbar:
- gin/node_preview
- gin/responsive_preview
- gin/contextual_links
+ - gin/breadcrumb
- gin/settings_tray
- gin/settings_tray_edit
- core/drupalSettings
@@ -83,6 +85,7 @@ gin_horizontal_toolbar:
- gin/node_preview
- gin/responsive_preview
- gin/contextual_links
+ - gin/breadcrumb
- gin/settings_tray
- gin/settings_tray_edit
- core/once
@@ -99,6 +102,7 @@ gin_classic_toolbar:
- gin/coffee
- gin/node_preview
- gin/contextual_links
+ - gin/breadcrumb
- gin/settings_tray_edit
- core/once
......@@ -138,7 +138,8 @@
"#3392567 Fix href": "https://git.drupalcode.org/project/fullcalendar_view/-/merge_requests/58.diff"
},
"drupal/gin": {
"#3355054 Default value for empty actions": "https://git.drupalcode.org/project/gin/-/merge_requests/246.diff"
"#3355054 Default value for empty actions": "https://git.drupalcode.org/project/gin/-/merge_requests/246.diff",
"#3419076 Number in breadcrumb": "https://git.drupalcode.org/project/gin/-/merge_requests/390.diff"
},
"drupal/gin_toolbar": {
"#3319445 Permission check": "https://gitlab.lakedrops.com/composer/plugin/drupal-environment/-/raw/main/patches/gin_toolbar-permissions.patch"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment