-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[Documentation] Customizing Factory #9176
Conversation
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.
You've got far too many commits in this PR ;) Please squash them 🙏 .
docs/customization/factory.rst
Outdated
@@ -125,6 +126,23 @@ You can for example override ``sylius_admin_product_create_simple`` route like b | |||
form: SyliusAdminBundle:Product:_form.html.twig | |||
route: | |||
name: sylius_admin_product_create_simple | |||
|
|||
Create a new yaml file located at ``app/config/routing/admin.yml``, if it not already exists. |
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.
...if it does not exists yet.
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.
...if it does not exist yet.
🎉
Additionally added documentation (more information). Assures that the routing points to /admin, and that the simple product page is overwritten. Additionally bug fixing. Now we are really pointing to the simple page, instead of pointing to the configurable product page.
@pamil the base branch is probably wrong here? |
@CoderMaggie good point! 👍 |
Thanks @GitProdEnv! 🎉 |
Additionally added, more extensive documentation. Assures that the routing points to /admin, and that the simple product page is overwritten.
Additionally bug fixing. Now we are really pointing to the simple page, instead of pointing to the configurable product page.
9a99d2b