Renamed all files to Synonyms

This commit is contained in:
Jan Böhmer 2025-11-11 23:44:06 +01:00
parent 446f4a662d
commit 1234f447fd
9 changed files with 79 additions and 29 deletions

View file

@ -22,7 +22,7 @@ declare(strict_types=1);
namespace App\Settings;
use App\Form\Type\DataSourceSynonymsCollectionType;
use App\Form\Settings\TypeSynonymsCollectionType;
use App\Services\ElementTypes;
use Jbtronics\SettingsBundle\ParameterTypes\ArrayType;
use Jbtronics\SettingsBundle\ParameterTypes\SerializeType;
@ -43,7 +43,7 @@ class SynonymSettings
label: new TM("settings.system.synonyms.type_synonyms"),
description: new TM("settings.system.synonyms.type_synonyms.help"),
options: ['type' => SerializeType::class],
formType: DataSourceSynonymsCollectionType::class,
formType: TypeSynonymsCollectionType::class,
formOptions: [
'required' => false,
],

View file

@ -23,7 +23,7 @@ declare(strict_types=1);
namespace App\Settings\SystemSettings;
use App\Form\Type\LanguageMenuEntriesType;
use App\Form\Settings\LanguageMenuEntriesType;
use App\Form\Type\LocaleSelectType;
use App\Settings\SettingsIcon;
use Jbtronics\SettingsBundle\Metadata\EnvVarMode;