0.1.3 • Published 4 years ago

netlify-cms-widget-jsonschema v0.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Netlify CMS Widget Jsonschema

Netlify CMS widget for creating jsonschema forms

Getting started

npm:

npm install --save netlify-cms-widget-jsonschema

yarn:

yarn add netlify-cms-widget-jsonschema

How to use

import { createWidget } from "netlify-cms-widget-jsonschema";

const schema = {
  /* SCHEMA */
};

const { JsonschemaControl, JsonschemaPreview } = createWidget(schema);

CMS.registerWidget("jsonschema", JsonschemaControl, JsonschemaPreview);
0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago