Contentful is a content management platform for web applications, mobile apps and connected devices. It allows you to create, edit & manage content in the cloud and publish it anywhere via powerful API. Contentful offers tools for managing editorial teams and enabling cooperation between organizations.
This extension provides a widget which lives in the sidebar of the Contentful webapp and provides a way to select which locales of the current entry to publish. The unselected locales are published with either the previously published value or empty values. After publishing the values of the unselected locales are restored to their previous values.
- Copy this link:
https://github.com/cachrisman/locale_publishing_extension/blob/master/extension.json
- Go to the Contentful webapp's extension settings page
- Click the add blue "Add extension" button
- Select "Install from GitHub"
- Paste in the link from above and click install.
- install the contentful-cli tool
- open a terminal and run
git clone https://github.com/cachrisman/locale_publishing_extension.git; cd locale_publishing_extension
- run
contentful login
- run
contentful extension update --space-id YOUR_SPACE_ID --force
Refer to this documentation page on using a custom sidebar for details on how to do this.