|
@@ -19,7 +19,7 @@ class AddPropertiesDistribution extends FreeFieldsSection
|
|
|
public function initContent()
|
|
public function initContent()
|
|
|
{
|
|
{
|
|
|
|
|
|
|
|
- $this->addField(new Switcher('receiveMail'));
|
|
|
|
|
|
|
+ $this->addField(new Switcher('receiveMail'))->setDefaultValue('on');
|
|
|
|
|
|
|
|
$this->addField(new Switcher('hideGal'));
|
|
$this->addField(new Switcher('hideGal'));
|
|
|
|
|
|