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.
- A space to use the widget and the space id.
- An google spreadsheet ID - the spreadsheet needs to be either public or you need to add authentication with Google Sheets API https://developers.google.com/sheets/api/guides/concepts
- The contentful cli for uploading extensions to Contentful.
- npm installed and configured for dependencies management.
- gulp for building some samples.
You can manage your extensions using the Contentful CLI:
contentful login
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.