Created
September 18, 2015 14:03
-
-
Save lamenath/bb8959307f1f2441e76c to your computer and use it in GitHub Desktop.
auto-update option for date and timestamp fragments
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Main" : { | |
"date" : { | |
"type" : "Date", | |
"fieldset" : "Auto-update date", | |
"config" : { | |
"label" : "Auto-update date", | |
"update" : "now" | |
} | |
}, | |
"timestamp" : { | |
"fieldset" : "Auto-update timestamp", | |
"type" : "Timestamp", | |
"config" : { | |
"label" : "Auto-update timestamp", | |
"update" : "now" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment