video embed dailymotion
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
"drupal/slick": "^2.9",
|
||||
"drupal/smart_trim": "^2.1.0",
|
||||
"drupal/structure_sync": "^2.0",
|
||||
"drupal/video_embed_dailymotion": "^2.0",
|
||||
"drupal/views_conditional": "^1.5",
|
||||
"drupal/views_ef_fieldset": "^1.6",
|
||||
"drupal/webform": "^6.1",
|
||||
|
||||
Generated
+54
-1
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "d674c48d6cb87eb52504ecc6585c24ea",
|
||||
"content-hash": "4fd5e4a3ab1652e878c246d2efec344a",
|
||||
"packages": [
|
||||
{
|
||||
"name": "alchemy/zippy",
|
||||
@@ -9014,6 +9014,59 @@
|
||||
"source": "https://git.drupalcode.org/project/url_to_video_filter"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/video_embed_dailymotion",
|
||||
"version": "2.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/video_embed_dailymotion.git",
|
||||
"reference": "2.0.0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/video_embed_dailymotion-2.0.0.zip",
|
||||
"reference": "2.0.0",
|
||||
"shasum": "60832daca1cbe857bab778e547cb1aa359d2bd1d"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^9 || ^10",
|
||||
"drupal/video_embed_field": "*"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "2.0.0",
|
||||
"datestamp": "1699434830",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "flocondetoile",
|
||||
"homepage": "https://www.drupal.org/user/2006064"
|
||||
},
|
||||
{
|
||||
"name": "mohs3n71",
|
||||
"homepage": "https://www.drupal.org/user/2295854"
|
||||
},
|
||||
{
|
||||
"name": "Sam152",
|
||||
"homepage": "https://www.drupal.org/user/1485048"
|
||||
}
|
||||
],
|
||||
"description": "A video_embed_field integration with Dailymotion.",
|
||||
"homepage": "https://www.drupal.org/project/video_embed_dailymotion",
|
||||
"support": {
|
||||
"source": "https://git.drupalcode.org/project/video_embed_dailymotion"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/video_embed_field",
|
||||
"version": "2.4.0",
|
||||
|
||||
@@ -124,6 +124,7 @@ module:
|
||||
update: 0
|
||||
url_to_video_filter: 0
|
||||
user: 0
|
||||
video_embed_dailymotion: 0
|
||||
video_embed_field: 0
|
||||
views_bulk_edit: 0
|
||||
views_bulk_operations: 0
|
||||
|
||||
@@ -19,6 +19,7 @@ default_value: { }
|
||||
default_value_callback: ''
|
||||
settings:
|
||||
allowed_providers:
|
||||
dailymotion: dailymotion
|
||||
youtube_playlist: youtube_playlist
|
||||
vimeo: vimeo
|
||||
youtube: youtube
|
||||
|
||||
Reference in New Issue
Block a user