Skip to content

Commit

Permalink
Merge branch 'release/6.6.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
vc-ci committed Oct 31, 2022
2 parents 0746272 + 2379243 commit 1671c35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Authors>VirtoCommerce</Authors>
</PropertyGroup>
<PropertyGroup>
<VersionPrefix>6.5.0</VersionPrefix>
<VersionPrefix>6.6.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<VersionSuffix Condition=" '$(VersionSuffix)' != '' AND '$(BuildNumber)' != '' ">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public IActionResult Block([FromBody] dynamic data)
{
var page = new ContentPage
{
Content = $"[{data}]"
Content = $@"{{ ""settings"": {{}}, ""content"": [ {data} ] }}"
};

WorkContext.CurrentPage = page;
Expand Down

0 comments on commit 1671c35

Please sign in to comment.