Entry JSON Inspector is a simple UI Extension for Contentful CMS that provides the ability to see/edit your entry in JSON format. That may be handy mostly during development, to quicky inspect your entry metadata or fields, or to directly manipulate the JSON values.
The extension has the following features:
- See the JSON object from a content entry
- Manipulate the entry fields directly from the JSON
In order to use this extension you need:
- the UI Extension has to be 3rd party hosted using the src property
The UI Extension can be installed manually from the Contentful UI following the below steps:
- Navigate to Settings > Extensions
- Click on "Add extension > Install from Github"
- Use
https://raw.githubusercontent.com/pauloamgomes/contentful-json-inspector/master/extension.jsonin the url - On the extension settings screen change Hosting to Self-hosted using the url
https://pauloamgomes.github.io/contentful-json-inspector/
After cloning, install the dependencies
yarn installTo bundle the extension
yarn buildTo host the extension for development on http://localhost:1234
yarn startTo install the extension:
contentful extension update --forceCopyright 2019 pauloamgomes under the MIT license.