From 95f310f50b37a9e435911e7e9b8d65b203ef48fc Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 23 Jul 2016 02:28:28 -0400 Subject: [PATCH] Document new replacement options --- docs/configuration.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/configuration.rst b/docs/configuration.rst index 3b7afb2a..7320f3bc 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -32,6 +32,9 @@ passed in under each field in your behavior configuration. - {primaryKey}: Replaced by the entity primary key, when available. If used on a new record being created, will have undefined behavior. + - {year}: Replaced by ``date('Y')`` + - {month}: Replaced by ``date('m')`` + - {day}: Replaced by ``date('d')`` - {time}: Replaced by ``time()`` - {microtime}: Replaced by ``microtime()``