Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pauloamgomes/contentful-json-inspector
Entry JSON Inspector is a simple UI Extension for Contentful CMS that provides the ability to see/edit your entry in JSON format.
https://github.com/pauloamgomes/contentful-json-inspector
contentful contentful-sidebar contentful-ui contentful-ui-extension
Last synced: about 2 months ago
JSON representation
Entry JSON Inspector is a simple UI Extension for Contentful CMS that provides the ability to see/edit your entry in JSON format.
- Host: GitHub
- URL: https://github.com/pauloamgomes/contentful-json-inspector
- Owner: pauloamgomes
- License: mit
- Created: 2019-09-15T17:55:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T23:06:28.000Z (almost 2 years ago)
- Last Synced: 2023-03-01T21:11:14.179Z (almost 2 years ago)
- Topics: contentful, contentful-sidebar, contentful-ui, contentful-ui-extension
- Language: TypeScript
- Size: 4.81 MB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Contentful Entry JSON Inspector
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.
## Overview
The extension has the following features:
- See the JSON object from a content entry
- Manipulate the entry fields directly from the JSON![Screencast](https://monosnap.com/image/wQNLuME6ADlyeNsMnOLHyimrjBtg0L)
## Requirements
In order to use this extension you need:
- the UI Extension has to be 3rd party hosted using the src property
## Instalation (UI - using this repo)
The UI Extension can be installed manually from the Contentful UI following the below steps:
1. Navigate to Settings > Extensions
2. Click on "Add extension > Install from Github"
3. Use `https://raw.githubusercontent.com/pauloamgomes/contentful-json-inspector/master/extension.json` in the url
4. On the extension settings screen change Hosting to Self-hosted using the url `https://pauloamgomes.github.io/contentful-json-inspector/`## Usage
After cloning, install the dependencies
```bash
yarn install
```To bundle the extension
```bash
yarn build
```To host the extension for development on `http://localhost:1234`
```bash
yarn start
```To install the extension:
```bash
contentful extension update --force
```## Copyright and license
Copyright 2019 pauloamgomes under the MIT license.