Skip to content

Updated form/* articles to Symfony 4 #8755

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

Merged
merged 2 commits into from
Nov 29, 2017

Conversation

javiereguiluz
Copy link
Member

No description provided.

@@ -233,7 +236,7 @@ Specifically, you need to override the ``file_widget`` block:

.. code-block:: html+php

<!-- app/Resources/file_widget.html.php -->
<!-- templates/form/file_widget.html.php -->
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be src/Resources/... for PHP templating engine, right?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure ... but I've reverted my changes. In any case, we'll remove all PHP template examples very soon.

forms.rst Outdated
@@ -338,7 +338,7 @@ object.

.. code-block:: yaml

# src/Resources/config/validation.yml
# src/Resources/config/validation.yaml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

config/... ?

@@ -510,7 +510,7 @@ you will learn about next!).

.. code-block:: yaml

# src/Resources/config/doctrine/Task.orm.yml
# src/Resources/config/doctrine/Task.orm.yaml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's sad. Reverted.

@javiereguiluz
Copy link
Member Author

@yceruto thanks for your review!

@weaverryan weaverryan merged commit 010f780 into symfony:4.0 Nov 29, 2017
weaverryan added a commit that referenced this pull request Nov 29, 2017
This PR was squashed before being merged into the 4.0 branch (closes #8755).

Discussion
----------

Updated form/* articles to Symfony 4

Commits
-------

010f780 Fixed some issues
82afb31 Updated form/* articles to Symfony 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants