Skip to content

Instantly share code, notes, and snippets.

@lamenath
Created September 18, 2015 14:03
Show Gist options
  • Save lamenath/bb8959307f1f2441e76c to your computer and use it in GitHub Desktop.
Save lamenath/bb8959307f1f2441e76c to your computer and use it in GitHub Desktop.
auto-update option for date and timestamp fragments
{
"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