Skip to content

Commit

Permalink
fix: correct directions in blueprint
Browse files Browse the repository at this point in the history
  • Loading branch information
awesthouse committed Feb 8, 2024
1 parent 3659585 commit 952d853
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@
"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",
"optional": true,
"default": "left"
},
{
"name": "horizontalPlacement",
"name": "verticalPlacement",
"type": "CORE:BlueprintAttribute",
"description": "top, center or bottom",
"attributeType": "string",
Expand Down

0 comments on commit 952d853

Please sign in to comment.