TimePluginDescriptor.json 278 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 { "schema": { "title": "Time Plugin Configuration", "type": "object", "properties": { "timeFormat": { "title": "Time format", "type": "string", "default": "yyyy MM dd HH:mm:ss.SSS" } } }, "form": [ "timeFormat" ] }