UNPKG

generator-nitro

Version:

Yeoman generator for the nitro frontend framework

26 lines (25 loc) 433 B
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "/atom/date", "title": "date", "description": "A date atom", "type": "object", "properties": { "label": { "type": "string" }, "inputPlaceholder": { "type": "string" }, "dateFormat": { "type": "string" }, "altFormat": { "type": "string" }, "defaultDate": { "type": "string" } }, "required": ["label"] }