patched video_embed_field for youtube live

This commit is contained in:
2024-05-21 12:21:04 +02:00
parent 9949cefa7c
commit 7f36663ee0
2 changed files with 57 additions and 2 deletions
+8 -1
View File
@@ -16,6 +16,7 @@
],
"require": {
"composer/installers": "^1.2",
"cweagans/composer-patches": "^1.7",
"drupal/address": "^2.0",
"drupal/address_map_link": "^1.4",
"drupal/admin_toolbar": "^3.4",
@@ -132,6 +133,12 @@
" * Remove the plugin that prints this message:",
" composer remove drupal/core-project-message"
]
}
},
"patches": {
"drupal/video_embed_field": {
"Support Youtube Live urls https://www.drupal.org/project/video_embed_field/issues/3417567" : "https://www.drupal.org/files/issues/2024-01-27/video_embed_field--support-live--3417567--2.patch"
}
},
"oldpatches": {}
}
}