From a4433548c49da3140f3cda42d300803c583e7e36 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Mon, 8 Feb 2021 16:39:39 +0100 Subject: Add the option to autofill date and datetime fields at creation time. --- docs/source/user/settings.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs/source/user/settings.rst') 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``). + -- cgit v1.2.3