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
|
|
@ -33,6 +33,9 @@ class AppSettings
|
|||
{
|
||||
use SettingsTrait;
|
||||
|
||||
#[EmbeddedSettings]
|
||||
#[EmbeddedSettings()]
|
||||
public ?InfoProviderSettings $infoProviders = null;
|
||||
|
||||
#[EmbeddedSettings()]
|
||||
public ?TestSettings $test = null;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue