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

@ -33,6 +33,9 @@ class AppSettings
{
use SettingsTrait;
#[EmbeddedSettings]
#[EmbeddedSettings()]
public ?InfoProviderSettings $infoProviders = null;
#[EmbeddedSettings()]
public ?TestSettings $test = null;
}