TimePluginDescriptor.json
Home
/
extensions-core /
src /
main /
resources /
TimePluginDescriptor.json
{
"schema": {
"title": "Time Plugin Configuration",
"type": "object",
"properties": {
"timeFormat": {
"title": "Time format",
"type": "string",
"default": "yyyy MM dd HH:mm:ss.SSS"
}
}
},
"form": [
"timeFormat"
]
}