浏览代码

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 年之前
父节点
当前提交
5f16400852
共有 1 个文件被更改,包括 4 次插入2 次删除
  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.