setCustomOption('appendHtml','€') ->hideOnIndex(), NumberField::new('deliveryPrice') ->setCustomOption('appendHtml','€') ->hideOnIndex(), BooleanField::new('isPublic'), BooleanField::new('isDepository'), StatusField::new('status') ->hideOnIndex(), FormField::addPanel('address'), AddressField::new('address') ->setRequired(true) ], $this->getSeoPanel(), $this->getConfPanel(), ); } public function createEntity(string $entityFqcn) { return $this->get(PointSaleContainer::class) ->getFactory() ->create($this->get(MerchantResolver::class)->getCurrent()); } }