added embed video styles in feature
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -50,6 +50,7 @@ features[ctools][] = field_group:field_group:1
|
||||
features[ctools][] = page_manager:pages_default:1
|
||||
features[ctools][] = panels_mini:panels_default:1
|
||||
features[ctools][] = strongarm:strongarm:1
|
||||
features[ctools][] = video_embed_field:default_video_embed_styles:1
|
||||
features[fe_block_settings][] = clameursmod-thematiques-anchor-links
|
||||
features[features_api][] = api:2
|
||||
features[field_base][] = cer_bidirectional
|
||||
|
||||
Reference in New Issue
Block a user