UNPKG

netlify-cms-widget-datetime

Version:

Widget for editing dates and times in Netlify CMS.

9 lines (8 loc) 252 B
export default { properties: { format: { type: 'string' }, date_format: { oneOf: [{ type: 'string' }, { type: 'boolean' }] }, time_format: { oneOf: [{ type: 'string' }, { type: 'boolean' }] }, picker_utc: { type: 'boolean' }, }, };