Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.35 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.35 KB

google-spreadsheet-ui-extension

A Contentful UI Extension that populates a dropdown from a google spreadsheet. It was developed using the Contentful create-contentful-extension

You will need to have the following completed to use this UI extension.

Contentful

Local machine

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

Preparation steps

You can manage your extensions using 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.