Skip to content

Commit

Permalink
🚚 [#4908] Change JSONConfig to JSONAppConfig
Browse files Browse the repository at this point in the history
Clarifies which config
  • Loading branch information
viktorvanwijk committed Dec 30, 2024
1 parent 5d1c8d5 commit 295f464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openforms/registrations/contrib/json/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 295f464

Please sign in to comment.