-
Notifications
You must be signed in to change notification settings - Fork 302
fix: custom document type #2034
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Isengo1989
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thx for the PR @jozsefdamokos 🎉
guides/plugins/plugins/checkout/document/add-custom-document-type.md
Outdated
Show resolved
Hide resolved
|
one more thing: AND: |
|
@ennasus4sun the other page (Add Custom Document) is correct, it adds a new document in the list of documents in the admin. It is the same you can do in the admin but this one is via the migration (for when your plugin should create a document on plugin install for example). The naming is a bit confusing, but the article says: "Documents in Shopware are stored in the database table |
Fixed some errors + some helpful additions in custom document type page