Wiredcraft / jekyllpro-cms

A lightweight CMS for Jekyll websites.
http://jekyllpro.com/#cms
MIT License
7 stars 2 forks source link

Custom form input widget #4

Closed EcutDavid closed 8 years ago

EcutDavid commented 8 years ago

We are using react-jsonschema-form for transform json schema to form.

For using input widget like date, we can't simply specify type to date, we have to use uiSchema for that(https://github.com/mozilla-services/react-jsonschema-form#the-uischema-object).

Please keep this in mind for add more features in the form(such as selector, file uploaded, etc).

woodpig07 commented 8 years ago

Already implemented.