Skip to content

Contentful extension to automatically set a field to the current editor

License

Notifications You must be signed in to change notification settings

rainmaker2k/contentful-auto-author-ui-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This Contentful extension automatically sets the field with a reference to an Author entry, based on the current user. It does so by matching the e-mail of the user with an Author entry which has the same e-mail address.

Installation & Prerequisites

For this extension you'll need to have a content type Author in your space, with id author. This content type has a couple of fields:

  • E-mail (id: email)
  • Display name (id: display_name)
  • First name (id: first_name)
  • Last name (id: last_name)

To install:

  • Go to Settings -> Extensions from the Contentful menu.
  • Click Add extensions -> Install from Github
  • Enter the URL to the extension.json file and click Install

About

Contentful extension to automatically set a field to the current editor

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages