From 3a8a1dac5e52deb8f4059f7ae8af7d5d993d1d84 Mon Sep 17 00:00:00 2001 From: bach Date: Sun, 18 Aug 2024 22:28:16 +0200 Subject: [PATCH] removed url_to_video_filter --- composer.json | 1 - figli_starter_kit.info.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 9891721..1835c32 100644 --- a/composer.json +++ b/composer.json @@ -60,7 +60,6 @@ "drupal/translation_views": "^1.0@alpha", "drupal/token": "^1.5", "drupal/ultimate_cron": "^2.0@alpha", - "drupal/url_to_video_filter": "^2.0", "drupal/video_embed_field": "^2.0", "drupal/views_bulk_operations": "^4", "drupal/views_bulk_edit": "^2.2", diff --git a/figli_starter_kit.info.yml b/figli_starter_kit.info.yml index 8ad6089..ccb9c39 100644 --- a/figli_starter_kit.info.yml +++ b/figli_starter_kit.info.yml @@ -102,7 +102,7 @@ dependencies: - 'search_api_db' - 'smart_trim' - 'smtp' - - 'url_to_video_filter' + # - 'url_to_video_filter' # - 'ultimate_cron' - 'video_embed_field' - 'views_bulk_edit'