Skip to content

Commit c75cf36

Browse files
authored
Merge pull request magento#6994 from androshchuk/patch-1
Update custom-import-entity.md
2 parents 2ebf3d4 + 6421331 commit c75cf36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guides/v2.3/ext-best-practices/tutorials/custom-import-entity.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ Next, register the sample file for our entity.
445445
446446
```xml
447447
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
448-
xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_ImportExport:etc/import.xsd">
448+
xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
449449
<type name="Magento\ImportExport\Model\Import\SampleFileProvider">
450450
<arguments>
451451
<argument name="samples" xsi:type="array">

0 commit comments

Comments
 (0)