UNPKG

netlify-cms-widget-datetime

Version:

Widget for editing dates and times in Netlify CMS.

31 lines (30 loc) 479 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _default = { properties: { format: { type: 'string' }, date_format: { oneOf: [{ type: 'string' }, { type: 'boolean' }] }, time_format: { oneOf: [{ type: 'string' }, { type: 'boolean' }] }, picker_utc: { type: 'boolean' } } }; exports.default = _default;