From 095ae133c4fdcc2f50c5ae4d09d5fd9cd237c5c0 Mon Sep 17 00:00:00 2001 From: Tobias Date: Tue, 3 Jul 2018 14:00:36 +0200 Subject: [PATCH] Add capacity to playground:swing-preset The capacity defines if there is one swing on the object or more. A lot of playgrounds have one structure with two swings on it. --- data/presets/presets/playground/swing.json | 1 + 1 file changed, 1 insertion(+) diff --git a/data/presets/presets/playground/swing.json b/data/presets/presets/playground/swing.json index 3b967739b..a82a905aa 100644 --- a/data/presets/presets/playground/swing.json +++ b/data/presets/presets/playground/swing.json @@ -1,6 +1,7 @@ { "icon": "maki-playground", "fields": [ + "capacity", "playground/baby", "wheelchair" ],