|
|
@@ -18,14 +18,6 @@ class AddPropertiesDistribution extends FreeFieldsSection
|
|
|
|
|
|
public function initContent()
|
|
|
{
|
|
|
-
|
|
|
- $this->addField((new Switcher('receiveMail'))->setDefaultValue('on'));
|
|
|
-
|
|
|
- $this->addField(new Switcher('hideGal'));
|
|
|
-
|
|
|
- $this->addField((new Switcher('dynamicGroup'))
|
|
|
- ->addHtmlAttribute('@change', "initReloadModal()"));
|
|
|
-
|
|
|
$this->addField(new Select('subscriptionRequest'));
|
|
|
|
|
|
$this->addField(new Select('unsubscriptionRequest'));
|