Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

Latest commit

 

History

History

samples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.