Added template to automatically generate a nice settings form from app settings

This commit is contained in:
Jan Böhmer 2024-05-10 00:03:25 +02:00
parent 3967c53468
commit 08ae313dfe
5 changed files with 180 additions and 88 deletions

View file

@ -31,7 +31,7 @@ use Symfony\Component\Form\Extension\Core\Type\CurrencyType;
use Symfony\Component\Form\Extension\Core\Type\LanguageType;
use Symfony\Component\Validator\Constraints as Assert;
#[Settings]
#[Settings(label: "TME settings", description: "Settings for the TME API")]
class TMESettings
{
use SettingsTrait;