Browse Source

Merge pull request #2153 from bits4breakfast/patch-1

'decimal' is not allowed
Thomas 10 years ago
parent
commit
b765958a75
1 changed files with 1 additions and 1 deletions
  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
 * **text**: display a text
 * **trans**: translate the value with a provided ``catalogue`` option
 * **trans**: translate the value with a provided ``catalogue`` option
 * **string**: display a text
 * **string**: display a text
-* **decimal**: display a number
+* **number**: display a number
 * **currency**: display a number with a provided ``currency`` option
 * **currency**: display a number with a provided ``currency`` option
 * **percent**: display a percentage
 * **percent**: display a percentage
 * **choice**: uses the given value as index for the ``choices`` array and displays (and optionally translates) the matching value
 * **choice**: uses the given value as index for the ``choices`` array and displays (and optionally translates) the matching value