1.1.3 • Published 4 years ago

netlify-cms-widget-nested-json v1.1.3

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

netlify-cms-widget-nested-json

A custom Netlify CMS widget for editing nested JSON data.

npm version

Check out a demo!

Similar standalone version here.

GIF

Here's an animation of the CMS widget, if you don't want to check out the demo link above. Screenshot gif

Installation

As an npm package:

yarn add netlify-cms-widget-nested-json
import NestedJsonEditor from 'netlify-cms-widget-nested-json'

CMS.registerWidget('NestedJsonEditor', NestedJsonEditorControl, NestedJsonEditorPreview)

Via script tag:

<script src="https://unpkg.com/netlify-cms-widget-nested-json"></script>

<script>
  CMS.registerWidget('NestedJsonEditor', NestedJsonEditorControl, NestedJsonEditorPreview)
</script>

Usage

Add to your Netlify CMS configuration:

    fields:
      - { name: <fieldname>, label: <fieldlabel>, widget: NestedJsonEditor }

Support

For help with this widget, open an issue or message me.

1.1.3

4 years ago

1.1.2

4 years ago

1.1.0

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.2.2

4 years ago