From 2baddeb23191bd54b704f6d6a0744a8930c69931 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Thu, 13 Jun 2024 19:46:00 +0200 Subject: [PATCH] Allow deletion of playground equipment --- assets/layers/playground_equipment/playground_equipment.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/layers/playground_equipment/playground_equipment.json b/assets/layers/playground_equipment/playground_equipment.json index 67b06456cb..da7ad93eb7 100644 --- a/assets/layers/playground_equipment/playground_equipment.json +++ b/assets/layers/playground_equipment/playground_equipment.json @@ -364,5 +364,8 @@ } } ], - "allowMove": true + "allowMove": true, + "deletion": { + "neededChangesets": 0 + } }