Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daliborgogic/contentful-table-extension
https://github.com/daliborgogic/contentful-table-extension
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/daliborgogic/contentful-table-extension
- Owner: daliborgogic
- License: mit
- Created: 2020-05-21T14:43:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-07T09:45:20.000Z (over 3 years ago)
- Last Synced: 2024-10-17T18:23:11.758Z (27 days ago)
- Language: HTML
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Contentful Editable Table UI Extension
An editable table to handle tabular data as a [Contentful UI Extension](https://www.contentful.com/developers/docs/concepts/uiextensions/).
### Configure
Create a configuration file with your credentials for Contentful.
```sh
cp .env.example .env
```Open `.env` in a editor of your liking and add your Contentful space ID, and management token. [Learn how to obtain a token](https://www.contentful.com/developers/docs/references/authentication/#getting-an-oauth-token).
Load environment variables
```sh
source .env
```### Create
```sh
npm run create
```Create task will register the extension in your space on Contentful.
### Update
```sh
npm run update
```Update task will upload the extension to your space on Contentful.