-
-
Notifications
You must be signed in to change notification settings - Fork 155
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
docs: fix a wrong yaml indentation in the reference documentation causing the yaml to be invalid #536
base: 1.10
Are you sure you want to change the base?
Conversation
cb734bd
to
fb48349
Compare
@johnkrovitch Thanks for your PR, use commit suggestion please. |
@johnkrovitch It needs a rebase from 1.10 branch, do you know how to do that? |
@loic425 Yes sorry I was quite busy this days.... Yes I will rebase as soon as possible and commit suggestions |
@johnkrovitch any update? |
@loic425 the pr is rebased, and indentation changes applied |
394e714
to
fbd112d
Compare
fbd112d
to
5a9eb01
Compare
Related to #484 |
@@ -12,7 +12,9 @@ sylius_resource: | |||
repository: ~ | |||
factory: Sylius\Component\Resource\Factory\Factory | |||
form: Sylius\Bundle\ResourceBundle\Form\Type\DefaultResourceType | |||
validation_groups: [sylius] | |||
#form: | |||
#options: |
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.
I guess it should rather be something like this:
#options: | |
#type: Sylius\Bundle\ResourceBundle\Form\Type\DefaultResourceType | |
#options: |
Hi,
this pr fixes a wrong yaml indentation in the reference documentation causing the yaml to be invalid.
Thank you very much