From ff88250443d068215626db5e430f2defe5ca8a03 Mon Sep 17 00:00:00 2001 From: bach Date: Tue, 3 Jun 2025 10:32:18 +0200 Subject: [PATCH] video embed dailymotion --- composer.json | 1 + composer.lock | 55 ++++++++++++++++++- config/sync/core.extension.yml | 1 + ...ield.field.node.ressource.field_videos.yml | 1 + 4 files changed, 57 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f3521f1..2e15c80 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/composer.lock b/composer.lock index 36b321b..4ba1bab 100644 --- a/composer.lock +++ b/composer.lock @@ -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", diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index 7c66e72..138bc27 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -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 diff --git a/config/sync/field.field.node.ressource.field_videos.yml b/config/sync/field.field.node.ressource.field_videos.yml index 738d2bc..3c75323 100644 --- a/config/sync/field.field.node.ressource.field_videos.yml +++ b/config/sync/field.field.node.ressource.field_videos.yml @@ -19,6 +19,7 @@ default_value: { } default_value_callback: '' settings: allowed_providers: + dailymotion: dailymotion youtube_playlist: youtube_playlist vimeo: vimeo youtube: youtube