created showroom feature
This commit is contained in:
14
sites/all/modules/features/showroom/showroom.features.inc
Normal file
14
sites/all/modules/features/showroom/showroom.features.inc
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* @file
|
||||
* showroom.features.inc
|
||||
*/
|
||||
|
||||
/**
|
||||
* Implements hook_ctools_plugin_api().
|
||||
*/
|
||||
function showroom_ctools_plugin_api($module = NULL, $api = NULL) {
|
||||
if ($module == "strongarm" && $api == "strongarm") {
|
||||
return array("version" => "1");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user