updated features : created showroom_localisation field. Perms with showroom role are still failing
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
* Implements hook_ctools_plugin_api().
|
||||
*/
|
||||
function showroom_ctools_plugin_api($module = NULL, $api = NULL) {
|
||||
if ($module == "field_group" && $api == "field_group") {
|
||||
return array("version" => "1");
|
||||
}
|
||||
if ($module == "strongarm" && $api == "strongarm") {
|
||||
return array("version" => "1");
|
||||
}
|
||||
|
Reference in New Issue
Block a user