We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7a3e14 commit 06e3e0aCopy full SHA for 06e3e0a
1 file changed
src/Controller/Admin/ThemeCrudController.php
@@ -35,7 +35,7 @@ public function configureFields(string $pageName): iterable
35
->setFormTypeOption('by_reference', false)->setLabel('Anmeldelser')
36
;
37
38
- $categoriesField = CollectionField::new('themeCategories')->setLabel('Tilføj Tema og Kategori')
+ $categoriesField = CollectionField::new('themeCategories')->setLabel('Kategorier')
39
->setEntryType(ThemeCategoryType::class)
40
->setFormTypeOptions([
41
'by_reference' => false, // important for OneToMany associations
0 commit comments