Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 705 Bytes

File metadata and controls

30 lines (26 loc) · 705 Bytes

Contentful Extension Linked Entries

Usage

Settings -> Extensions -> Add extension

Select Yes, this is a sidebar extension and Hosting Self-hosted (src), then paste

https://your-majesty.github.io/contentful-extension-linked-entries/build/

to Self-hosted URL

Development

cd contentful-extension-linked-entries
# install dependencies
npm install
# login to contentful
npm run login
# select what space and enviroment you'll be using for development and deployment
npm run configure
# starts development server and publishes the extension in a development mode
npm run start

Production

cd contentful-extension-unlinks
# builds sources
npm run build