File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ how to customize your form based on three common use-cases:
9
9
Example: you have a "Product" form and need to modify/add/remove a field
10
10
based on the data on the underlying Product being edited.
11
11
12
- 2) :ref: `How to dynamically Generate Forms Based on user Data <form-events-user-data >`
12
+ 2) :ref: `How to Dynamically Generate Forms Based on User Data <form-events-user-data >`
13
13
14
14
Example: you create a "Friend Message" form and need to build a drop-down
15
15
that contains only users that are friends with the *current * authenticated
@@ -188,7 +188,7 @@ Great! Now use that in your form class::
188
188
189
189
.. _form-events-user-data :
190
190
191
- How to dynamically Generate Forms Based on user Data
191
+ How to Dynamically Generate Forms Based on User Data
192
192
----------------------------------------------------
193
193
194
194
Sometimes you want a form to be generated dynamically based not only on data
Original file line number Diff line number Diff line change @@ -51,4 +51,10 @@ If you're using the :ref:`symfony binary web server <symfony-local-web-server>`
51
51
then it can automatically detect your Docker services and expose them as environment
52
52
variables. See :ref: `symfony-server-docker `.
53
53
54
+ .. note ::
55
+
56
+ macOS users need to explicitly allow the default Docker socket to be used
57
+ for the Docker integration to work `as explained in the Docker documentation `_.
58
+
54
59
.. _`https://github.com/dunglas/symfony-docker` : https://github.com/dunglas/symfony-docker
60
+ .. _`as explained in the Docker documentation` : https://docs.docker.com/desktop/mac/permission-requirements/
You can’t perform that action at this time.
0 commit comments