TimePluginDescriptor.json

16 lines | 278 B Blame History Raw Download
{
  "schema": {
    "title": "Time Plugin Configuration",
    "type": "object",
    "properties": {
      "timeFormat": {
        "title": "Time format",
        "type": "string",
        "default": "yyyy MM dd HH:mm:ss.SSS"
      }
    }
  },
  "form": [
    "timeFormat"
  ]
}