Skip to content

Commit 1bb7669

Browse files
authored
Remove setup_version attribute from module.xml example
This is no longer a recommended solution
1 parent 04295c5 commit 1bb7669

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)