Skip to content

Commit

Permalink
fix easyadmin crud
Browse files Browse the repository at this point in the history
  • Loading branch information
4rthem committed Nov 15, 2024
1 parent 05eb3ba commit c35f32e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public function configureFields(string $pageName): iterable
yield Field::new('facetEnabled')
->hideOnIndex();
yield ArrayField::new('fallback')
->hideOnIndex();
->onlyOnDetail();
yield TextField::new('key')
->hideOnIndex();
yield IntegerField::new('position');
Expand Down

0 comments on commit c35f32e

Please sign in to comment.