mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-25 08:37:23 +01:00
Added template to automatically generate a nice settings form from app settings
This commit is contained in:
@@ -33,6 +33,9 @@ class AppSettings
|
||||
{
|
||||
use SettingsTrait;
|
||||
|
||||
#[EmbeddedSettings]
|
||||
#[EmbeddedSettings()]
|
||||
public ?InfoProviderSettings $infoProviders = null;
|
||||
|
||||
#[EmbeddedSettings()]
|
||||
public ?TestSettings $test = null;
|
||||
}
|
||||
Reference in New Issue
Block a user