An editable table to handle tabular data as a Contentful UI Extension.
git clone git@github.com:contentful-labs/ui-editable-table.git
cd ui-editable-table
npm installCreate a configuration file with your credentials for Contentful.
cp .env.example .envOpen .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 .envnpm run createCreate task will register the extension in your space on Contentful.
npm run updateUpdate task will upload the extension to your space on Contentful.
Copyright © Contentful Developer Relations
Licensed under the MIT license.
