Skip to content

A UI-Extension to enrich the editor with a reference quick select

License

Notifications You must be signed in to change notification settings

contentful-labs/ui-reference-quick-select

Repository files navigation

Contentful Reference Quick Select

Radio link UI extension

Quick and dirty example on how to change the "look" of the Contentful Reference Field

Installation

git clone git@github.com:contentful-developer-relations/ui-reference-quick-select.git
cd ui-reference-quick-select
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 a reference quick select

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published