Simple UI Extension for Contentful CMS
Small Vue app which saves a simple text string. Boilerplate for more complex UI Extensions for Contentful CMS.
Node & NPM
Run to clone this boilerplate:
git clone https://github.com/TinkeringAround/Contentful-Simple-UI-Extension.git
Edit config attribute in package.json to insert your Contentful Space ID and the name and field type of the UI extension.
In the project directory, you can run:
Fetches a Contenful management token after login via browser UI. This token will be stored and used for further requests.
Initial setup of a UI extension.
Updating the existing UI extension.
Throws an error if the extension has not been created by npm create
or via Contentful Web UI.
Deleta a existing UI extension.
Throws an error if the extension has not been created by npm create
or via Contentful Web UI.