Skip to content

Latest commit

 

History

History
 
 

samples

Contentful extensions samples

This folder contains a set of extensions using the UI extensions SDK.

Requirements

All the samples require the following dependencies:

Contentful

  • A space to use the widget and the space id.

Local machine

  • The contentful cli for uploading extensions to Contentful.
  • npm installed and configured for dependencies management.
  • gulp for building some samples.

Common preparation steps

Each sample will need you to use the Contentful CLI:

contentful login

Debugging on your local environment

As the Contentful web app is served over HTTPS but your local machine is likely HTTP, you will need to enable access to insecure content.

Read how to do that in Firefox and Chrome.