From a4433548c49da3140f3cda42d300803c583e7e36 Mon Sep 17 00:00:00 2001
From: Elena ``of Valhalla'' Grandi <valhalla@trueelena.org>
Date: Mon, 8 Feb 2021 16:39:39 +0100
Subject: Add the option to autofill date and datetime fields at creation time.

---
 tests/data/complex/settings.yaml | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'tests/data')

diff --git a/tests/data/complex/settings.yaml b/tests/data/complex/settings.yaml
index 0bdcabb..1c48b52 100644
--- a/tests/data/complex/settings.yaml
+++ b/tests/data/complex/settings.yaml
@@ -41,5 +41,7 @@ fields:
       sortable: true
     - name: created
       type: datetime
+      auto: creation
     - name: epoch
       type: datetime
+      auto: false
-- 
cgit v1.2.3