From 952d853292b18c18e9855b4b2df4bfda30553a4a Mon Sep 17 00:00:00 2001 From: Andrea Vesterhus Date: Thu, 8 Feb 2024 10:17:03 +0100 Subject: [PATCH] fix: correct directions in blueprint --- .../dm-core-plugins/blueprints/stack/StackPluginConfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/dm-core-plugins/blueprints/stack/StackPluginConfig.json b/packages/dm-core-plugins/blueprints/stack/StackPluginConfig.json index 32a6cded4..894971fdb 100644 --- a/packages/dm-core-plugins/blueprints/stack/StackPluginConfig.json +++ b/packages/dm-core-plugins/blueprints/stack/StackPluginConfig.json @@ -19,10 +19,10 @@ "description": "horizontal or vertical", "attributeType": "string", "optional": true, - "default": "horizontal" + "default": "vertical" }, { - "name": "verticalPlacement", + "name": "horizontalPlacement", "type": "CORE:BlueprintAttribute", "description": "left, center, right or spaceItems", "attributeType": "string", @@ -30,7 +30,7 @@ "default": "left" }, { - "name": "horizontalPlacement", + "name": "verticalPlacement", "type": "CORE:BlueprintAttribute", "description": "top, center or bottom", "attributeType": "string",