Allow to define overrides for any element label there is

This commit is contained in:
Jan Böhmer 2025-11-10 00:07:44 +01:00
parent 2c55669ea0
commit 96418db4e9
4 changed files with 26 additions and 45 deletions

View file

@ -48,14 +48,6 @@ class DataSourceSynonymsSettings
formType: DataSourceSynonymsCollectionType::class,
formOptions: [
'required' => false,
'data_sources' => [
'category' => new TM("settings.behavior.data_source_synonyms.category"),
'storagelocation' => new TM("settings.behavior.data_source_synonyms.storagelocation"),
'footprint' => new TM("settings.behavior.data_source_synonyms.footprint"),
'manufacturer' => new TM("settings.behavior.data_source_synonyms.manufacturer"),
'supplier' => new TM("settings.behavior.data_source_synonyms.supplier"),
'project' => new TM("settings.behavior.data_source_synonyms.project"),
],
],
)]
#[Assert\Type('array')]