added embed video styles in feature

This commit is contained in:
2017-02-11 13:26:49 +01:00
parent 786f561936
commit 33ad7ac7c3
2 changed files with 4 additions and 0 deletions
@@ -44,6 +44,9 @@ function clameurs_ctools_plugin_api($module = NULL, $api = NULL) {
if ($module == "strongarm" && $api == "strongarm") {
return array("version" => "1");
}
if ($module == "video_embed_field" && $api == "default_video_embed_styles") {
return array("version" => "1");
}
}
/**