EasyAdminBundle: Cannot use FormField::addPanel()

Describe the bug When i add a form panel, i have a ‘Undefined template in EasyAdmin’ error.

To Reproduce public function configureFields(string $pageName): iterable { ... yield FormField::addPanel("test panel"); ... }

Additional context

image

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Reactions: 1
  • Comments: 15 (5 by maintainers)

Most upvoted comments

I’m facing the same problem. How to solve this?

FormField::addTab('Review')->setIcon('fa-solid fa-comment-dots'),
FormField::addPanel(),

This throws error, when there is an AssociationField.