Skip to content

A UI-Extension to enrich the editor with an editable table

License

Notifications You must be signed in to change notification settings

jakewlv/ui-editable-table

 
 

Repository files navigation

Contentful Editable Table UI Extension

❗ Disclaimer

This project is not actively maintained or monitored. Feel free to fork and work on it in your account. If you want to maintain but also collaborate with fellow developers, feel free to reach out to Contentful's Developer Relations team to move the project into our community GitHub organisation contentful-userland.


An editable table to handle tabular data as a Contentful UI Extension.

figure

Installation

git clone [email protected]:contentful-labs/ui-editable-table.git
cd ui-editable-table
npm install

Configure

Create a configuration file with your credentials for Contentful.

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.

Load environment variables

source .env

Create

npm run create

Create task will register the extension in your space on Contentful.

Update

npm run update

Update task will upload the extension to your space on Contentful.

License

Copyright © Contentful Developer Relations

Licensed under the MIT license.

About

A UI-Extension to enrich the editor with an editable table

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • HTML 94.3%
  • Shell 5.7%