|
@@ -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
|