Skip to content

Commit

Permalink
Updating hpps_supplies feature
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraham909 committed Jun 2, 2012
1 parent 4c2e9db commit 1f93982
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hpps_supplies/hpps_supplies.features.inc
Expand Up @@ -8,6 +8,10 @@
* Implements hook_ctools_plugin_api().
*/
function hpps_supplies_ctools_plugin_api() {
list($module, $api) = func_get_args();
if ($module == "field_group" && $api == "field_group") {
return array("version" => "1");
}
list($module, $api) = func_get_args();
if ($module == "strongarm" && $api == "strongarm") {
return array("version" => "1");
Expand Down
1 change: 1 addition & 0 deletions hpps_supplies/hpps_supplies.info
Expand Up @@ -17,6 +17,7 @@ dependencies[] = options
dependencies[] = registration
dependencies[] = strongarm
dependencies[] = text
features[ctools][] = field_group:field_group:1
features[ctools][] = strongarm:strongarm:1
features[features_api][] = api:1
features[field][] = node-hpps_supplies-body
Expand Down

0 comments on commit 1f93982

Please sign in to comment.