updated all features

This commit is contained in:
Bachir Soussi Chiadmi
2017-10-07 20:04:02 +02:00
parent abb106d7c2
commit 73417de740
6 changed files with 46 additions and 53 deletions

View File

@@ -428,14 +428,14 @@ function mailing_strongarm() {
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'simplenews_test_address';
$strongarm->value = 'info@materio.com';
$strongarm->value = 'info@materio.com, fl@figureslibres.io';
$export['simplenews_test_address'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'simplenews_test_address_override';
$strongarm->value = 0;
$strongarm->value = 1;
$export['simplenews_test_address_override'] = $strongarm;
$strongarm = new stdClass();