Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit d9a107a

Browse files
committed
Merge pull request #719 from symfony-cmf/note-phpcr
add note that form types only work with phpcr
2 parents 6f0042a + 3c9158d commit d9a107a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

bundles/media/form_types.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ Form Types
77
The MediaBundle provides a couple of useful form types along with form data
88
transformers.
99

10+
.. caution::
11+
12+
The form types described in this chapter are only available if the PHPCR storage
13+
is activated. Implementation for other storage systems would be welcome
14+
contributions.
15+
1016
A default twig template is also included for these form types.
1117
To use it you will need to add the ``fields.html.twig`` template from the
1218
MediaBundle to the ``form.resources`` section in twig config:

0 commit comments

Comments
 (0)