mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-11 05:29:30 +00:00
Added template to automatically generate a nice settings form from app settings
This commit is contained in:
parent
3967c53468
commit
08ae313dfe
5 changed files with 180 additions and 88 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue