diff options
| author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-02-08 16:39:39 +0100 | 
|---|---|---|
| committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-02-08 16:39:39 +0100 | 
| commit | a4433548c49da3140f3cda42d300803c583e7e36 (patch) | |
| tree | e05b82e688e7e58dcc62ec483320fad48856cfac /tests/data | |
| parent | 4b87d38ed0300ba207faf3890123d26fa4af2609 (diff) | |
Add the option to autofill date and datetime fields at creation time.
Diffstat (limited to 'tests/data')
| -rw-r--r-- | tests/data/complex/settings.yaml | 2 | 
1 files changed, 2 insertions, 0 deletions
| 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 | 
