From 295f464913076f5df22a6643ec5fa3d0f8925fbf Mon Sep 17 00:00:00 2001 From: Viktor van Wijk Date: Mon, 30 Dec 2024 16:21:55 +0100 Subject: [PATCH] :truck: [#4908] Change JSONConfig to JSONAppConfig Clarifies which config --- src/openforms/registrations/contrib/json/apps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openforms/registrations/contrib/json/apps.py b/src/openforms/registrations/contrib/json/apps.py index b7a4e6989b..0553f43210 100644 --- a/src/openforms/registrations/contrib/json/apps.py +++ b/src/openforms/registrations/contrib/json/apps.py @@ -3,7 +3,7 @@ # TODO-4908: maybe rename to FVaJ (Form Variables as JSON) -class JSONConfig(AppConfig): +class JSONAppConfig(AppConfig): name = "openforms.registrations.contrib.json" label = "registrations_json" verbose_name = _("JSON plugin")