Skip to content

cachrisman/locale_publishing_extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Contentful Locale Publisher

warning! this is a work in progress and not currently confirmed to be working properly

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.

screenshot

How to use

Using the Webapp

  1. Copy this link:
https://github.com/cachrisman/locale_publishing_extension/blob/master/extension.json
  1. Go to the Contentful webapp's extension settings page
  2. Click the add blue "Add extension" button
  3. Select "Install from GitHub"
  4. Paste in the link from above and click install.

Or using command line tools

  1. install the contentful-cli tool
  2. open a terminal and run git clone https://github.com/cachrisman/locale_publishing_extension.git; cd locale_publishing_extension
  3. run contentful login
  4. run contentful extension update --space-id YOUR_SPACE_ID --force

Last, add the sidebar extension to be shown for the desired content types

Refer to this documentation page on using a custom sidebar for details on how to do this.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages