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