Skip to content

Commit

Permalink
Document new replacement options
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez authored Jul 23, 2016
1 parent 3b9efc6 commit 95f310f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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()``

Expand Down

0 comments on commit 95f310f

Please sign in to comment.