recreated features

This commit is contained in:
Bachir Soussi Chiadmi
2015-11-24 18:05:48 +01:00
parent 3eb20676ca
commit 82bf36a5eb
26 changed files with 643 additions and 1342 deletions

View File

@@ -17,6 +17,13 @@ function materio_subscriptions_strongarm() {
$strongarm->value = 'm/d/Y';
$export['date_format_uc_store'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'pathauto_taxonomy_term_catalog_pattern';
$strongarm->value = '';
$export['pathauto_taxonomy_term_catalog_pattern'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;