mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-02-05 08:59:36 +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