diff --git a/src/MoonShine/Resources/SettingGroupResource.php b/src/MoonShine/Resources/SettingGroupResource.php index e10b485..53c7734 100644 --- a/src/MoonShine/Resources/SettingGroupResource.php +++ b/src/MoonShine/Resources/SettingGroupResource.php @@ -21,6 +21,8 @@ class SettingGroupResource extends Resource public string $titleField = 'slug'; + public static array $activeActions = ['create', 'show', 'edit']; + // TODO Add translation //public function title(): string //{