updated all features
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user