Skip to content

Commit 7f59b2a

Browse files
Add import/export support
1 parent 3ab0ca2 commit 7f59b2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Umbraco.Commerce.Deploy/Composing/UmbracoCommerceDeployComponent.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ private void InitializeIntegratedEntities()
7070
SupportsRestore = true,
7171
PermittedToRestore = true,
7272
SupportsPartialRestore = true,
73+
SupportsImportExport = true
7374
},
7475
false,
7576
Cms.Constants.Trees.Stores.Alias,
@@ -95,6 +96,7 @@ private void InitializeIntegratedEntities()
9596
SupportsRestore = true,
9697
PermittedToRestore = true,
9798
SupportsPartialRestore = true,
99+
SupportsImportExport = true
98100
},
99101
false,
100102
Cms.Constants.Trees.Stores.Alias,

0 commit comments

Comments
 (0)