From 1f60e4048b898f291b2297e7b8044d0559480d71 Mon Sep 17 00:00:00 2001 From: kjonosm <51236777+kjonosm@users.noreply.github.com> Date: Mon, 6 Mar 2023 10:47:34 +0100 Subject: [PATCH] Remove value "community" from postbox:type field (#805) --- data/fields/post_box/type.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data/fields/post_box/type.json b/data/fields/post_box/type.json index 948e63bf..d49997f6 100644 --- a/data/fields/post_box/type.json +++ b/data/fields/post_box/type.json @@ -11,8 +11,7 @@ "options": { "pillar": "Freestanding Box", "lamp": "Attached to a Pole", - "wall": "Mounted in a Wall", - "community": "Community Mailboxes" + "wall": "Mounted in a Wall" } }, "autoSuggestions": true,