setCustomOption('toggle_label', 'Principale'), CKEditorField::new('description') ->hideOnIndex(), StatusField::new('status'), ], $this->getSeoPanel(), $this->getConfPanel() ); } public function createEntity(string $entityFqcn) { $factory = new NewsletterFactory(); return $factory->create(); } }