Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 5898f7b

Browse files
torhoehnbdenham
andauthored
Update create_component.md (#7217)
setup_version is only require if Declarative Schema isn't used, as it is mentioned before. Co-authored-by: Bruce Denham <[email protected]>
1 parent 8bbd0ae commit 5898f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guides/v2.3/extension-dev-guide/build/create_component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The smallest working `module.xml` file would look something like this:
2828
</config>
2929
```
3030

31-
The `name` parameter defines the name of your component. It is required for all components. If you do not use [Declarative Schema]({{ page.baseurl }}/extension-dev-guide/declarative-schema/index.html) to help manage the installation and upgrade processes for your component, then you must also add the `setup_version` parameter to the `module` line. Set the `setup_version` value to your module's [database schema](https://glossary.magento.com/database-schema) version. Omit the `setup_version` parameter if you do not use [Declarative Schema]({{ page.baseurl }}/extension-dev-guide/declarative-schema/index.html).
31+
The `name` parameter defines the name of your component. It is required for all components. If you do not use [Declarative Schema]({{ page.baseurl }}/extension-dev-guide/declarative-schema/index.html) to help manage the installation and upgrade processes for your component, then you must also add the `setup_version` parameter to the `module` line. Set the `setup_version` value to your module's [database schema](https://glossary.magento.com/database-schema) version. Omit the `setup_version` parameter if you use [Declarative Schema]({{ page.baseurl }}/extension-dev-guide/declarative-schema/index.html).
3232

3333
{:.bs-callout-info}
3434
Avoid using "Ui" for your custom module name, because the `%Vendor%_Ui` notation, required when specifying paths, might cause issues.

0 commit comments

Comments
 (0)