summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2021-02-08 16:39:39 +0100
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2021-02-08 16:39:39 +0100
commita4433548c49da3140f3cda42d300803c583e7e36 (patch)
treee05b82e688e7e58dcc62ec483320fad48856cfac /docs
parent4b87d38ed0300ba207faf3890123d26fa4af2609 (diff)
Add the option to autofill date and datetime fields at creation time.
Diffstat (limited to 'docs')
-rw-r--r--docs/source/user/settings.rst10
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``).
+