Ver código fonte

Added details for currency type

I've been looking for a few minutes what to provide as option and figured out it's an ISO code, i think it'll help many users to add this in doc.
TheNuks 12 anos atrás
pai
commit
5f16400852
1 arquivos alterados com 4 adições e 2 exclusões
  1. 4 2
      Resources/doc/reference/field_types.rst

+ 4 - 2
Resources/doc/reference/field_types.rst

@@ -22,7 +22,9 @@ There are many field types that can be used in the list action or show action :
 
     If the ``SonataIntlBundle`` is installed in the project some template types
     will be changed to use localized information.
-
+    
+    Option for currency type must be an official ISO code, example : EUR for "euros".
+    List of iso code : http://en.wikipedia.org/wiki/List_of_circulating_currencies
 
 More types might be provided based on the persistency layer defined. Please refer to their
-related documentations.
+related documentations.