소스 검색

Merge pull request #2153 from bits4breakfast/patch-1

'decimal' is not allowed
Thomas 11 년 전
부모
커밋
b765958a75
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Resources/doc/reference/field_types.rst

+ 1 - 1
Resources/doc/reference/field_types.rst

@@ -13,7 +13,7 @@ There are many field types that can be used in the list action or show action :
 * **text**: display a text
 * **trans**: translate the value with a provided ``catalogue`` option
 * **string**: display a text
-* **decimal**: display a number
+* **number**: display a number
 * **currency**: display a number with a provided ``currency`` option
 * **percent**: display a percentage
 * **choice**: uses the given value as index for the ``choices`` array and displays (and optionally translates) the matching value