Ver código fonte

Updated text suggestion from comment

Daniele Rostellato 7 anos atrás
pai
commit
84f7537bf1
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      Resources/doc/reference/form_types.rst

+ 2 - 2
Resources/doc/reference/form_types.rst

@@ -46,8 +46,8 @@ where the options go when you want to use them.
 
 Since the ``image1`` field refers to a related entity we do not need to specify
 any options. Sonata will calculate that the linked admin class is of type ``Image`` and,
-by default, retrieve a list of all existing Images to display as choices in the
-selector.
+by default, use the ``ImageAdmin`` class to retrieve a list of all existing Images
+to display as choices in the selector.
 
 .. tip::