A custom UI extension for use with Contentful that displays a list of content types in the current space. Please visit https://www.contentful.com/r/knowledgebase/ui-extensions-guide/ to learn how to install in Contentful Web App.
This UI extension is designed to be used with Contentful, you will need a space ID as well as a CMA access token. The UI extension retrieves a list of content types based on some criteria (default example uses sys.id name match) URL and populats a dropdown list in the UI. When the user makes a selection from dropdown, it sets the value on the field.
- Install this UI Extension in your Contentful space.
- Update the SPACE_ID and CMA_TOKEN in the extension source (html). Don't forget to save!
- Update the filter in getSecureContentTypes function to match your requirements.
- Create a field on your content type and set its type to Symbol.
This UI extension is intended for demo & inspirational purposes only and not tested or supported by Contentful for production use.