From 1689df6273653793d0f2354646fd935f56c6efca Mon Sep 17 00:00:00 2001 From: Heshan Date: Tue, 15 Mar 2011 21:23:37 +0530 Subject: Features integration to the video presets --- video.features.inc | 2 +- video.module | 16 +++++++++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/video.features.inc b/video.features.inc index 10fbc9d..a6176b4 100644 --- a/video.features.inc +++ b/video.features.inc @@ -1,7 +1,7 @@ array( + 'name' => t('Video Presets'), + 'default_hook' => 'video_default_presets', + 'file' => drupal_get_path('module', 'video') . '/video.features.inc', + ), + ); +} -- cgit v1.2.3