diff options
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/user/settings.rst | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/docs/source/user/settings.rst b/docs/source/user/settings.rst index 7c84e39..2ef9d02 100644 --- a/docs/source/user/settings.rst +++ b/docs/source/user/settings.rst @@ -67,3 +67,13 @@ Some field types may add other custom properties.     you can use the ``yaml`` generic type, or write your own derivative     with an additional type). +``date`` and ``datetime`` properties +------------------------------------ + +``auto``: +   automatic manipulation of the field contents. + +   At the moment only the value ``creation`` is supported, to autofill +   the field at creation time with the current UTC time (``datetime``) +   or local zone day (``date``). + | 
