added workflow strongarm variable to admin feature
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
* Implements hook_ctools_plugin_api().
|
||||
*/
|
||||
function materio_administration_ctools_plugin_api($module = NULL, $api = NULL) {
|
||||
if ($module == "elysia_cron" && $api == "default_elysia_cron_rules") {
|
||||
return array("version" => "1");
|
||||
}
|
||||
if ($module == "strongarm" && $api == "strongarm") {
|
||||
return array("version" => "1");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user