* Using the correct syntax highlighting language (eg. using twig instead of html)
* Fixing the indentation of one of the curl calls
* Using the correct comments (// in yaml is not a valid comment)
This PR was merged into the 1.10 branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | 1.10
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| License | MIT
images should be in the public catalog.
<!--
- Bug fixes must be submitted against the 1.10 or 1.11 branch(the lowest possible)
- Features and deprecations must be submitted against the master branch
- Make sure that the correct base branch is set
To be sure you are not breaking any Backward Compatibilities, check the documentation:
https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->
Commits
-------
62a303e1f0 change suggested path in refund docs
This PR was merged into the 1.10 branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | 1.10 <!-- see the comment below -->
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no <!-- don't forget to update the UPGRADE-*.md file -->
| Related tickets | [PR](https://github.com/Sylius/RefundPlugin/pull/343)
| License | MIT
<!--
- Bug fixes must be submitted against the 1.10 or 1.11 branch(the lowest possible)
- Features and deprecations must be submitted against the master branch
- Make sure that the correct base branch is set
To be sure you are not breaking any Backward Compatibilities, check the documentation:
https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->
Commits
-------
8d691d4f45 [DOCS] customizing logo in Credit Memo's
In my projects I tend to use YAML for the configuration files so I thought it might be helpful to others to add configuration examples in the YMAL format
This PR was merged into the 1.9 branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | 1.9
| Bug fix? | no
| New feature? | no
| BC breaks? | no
| Deprecations? | no <!-- don't forget to update the UPGRADE-*.md file -->
| Related tickets | N/A
| License | MIT
Hello 👋,
While following webpack tutorial, I noticed that there is no logo on Admin Login page.
By overriding the template `Security/_content.html.twig`, we could change logo path to use one provided by webpack instead one build with gulp.
I targetted 1.9 branch, tell me if I should change to master or 1.10.
Commits
-------
d8c636fb14 [Docs] Webpack - Display logo on login page
* 1.9:
Update docs/cookbook/invoices/generating-invoice-after-payment.rst
Fixes to lists
[DOCS] Generating invoice after payment
Fix to ordered list
[API] Fix formating for list in invoice cookbook
[DOCS] How to modify invoices'