Avoid ID in edit page
I need to use the edit page of my plugin without the ID
is it possible?
thanks
is it possible?
thanks
->statePath('data')
->model(SettingModel::class);public function register(Panel $panel): void
{
$panel
->pages([
SettingsPage::class,
]);
}