action = $action; $this->method = 'POST'; $this->locales = $locales; $this->addField(new FieldText('name', [ 'label' => __('common.name'), 'description' => __('manager.emailTemplate.name.description'), 'isMultilingual' => true, ])) ->addField(new FieldText('subject', [ 'label' => __('email.subject'), 'isMultilingual' => true, 'size' => 'large', ])) ->addField(new FieldPreparedContent('body', [ 'label' => __('email.body'), 'size' => 'large', 'isMultilingual' => true, 'toolbar' => 'bold italic superscript subscript | link | blockquote bullist numlist', 'plugins' => 'paste,link,lists', ])); } }