Skip to content

Commit 6af29a0

Browse files
Merge pull request #122 from pykettk/patch-1
Remove `setup_version` attribute from `module.xml` example
2 parents 0a00eac + f219197 commit 6af29a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/development/build/component-load-order.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ __Component B__ introduces `gadgetlayout.xml`, which updates block `gadgetBlock`
2727
```xml
2828
<?xml version="1.0"?>
2929
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
30-
<module name="Vendor_ComponentB" setup_version="0.0.1">
30+
<module name="Vendor_ComponentB">
3131
<sequence>
3232
<!-- Vendor_ComponentB is dependent on Vendor_ComponentA: -->
3333
<module name="Vendor_ComponentA" />

0 commit comments

Comments
 (0)