🎈 Welcome to the Marketplace — Explore and discover the ecosystem around DatoCMS, and share your own work with the community!

Model Deployment Links

Sidebar widget with links to deployments (build triggers) per model with configurable url path (e.g. `/{locale}/blog/{slug}`)

This is a Community Plugin! Learn how create your own plugin, or copy and remix existing ones in our documentation

DatoCMS plugin: Model Deployment Links

This DatoCMS plugin adds a sidebar widget with links to deployments (build triggers) per model with configurable url path (e.g. /{ locale }/blog/{ slug }), so your editors can easily view the item they are editing.

Features

  • Supports customisable URLs per model in your CMS.
  • Supports single and multi-language instances.
  • Supports multiple deployment environments (build triggers).

Background

By default DatoCMS already links to your depoyment environments in the main menu:

These items link to the Website frontend URL you entered for the related build trigger:

This plugin adds links to model-specific URLs on those websites:

The sidebar shows a link for each deployment environment. The URL is based on the form values of the item being edited and optionally the current locale.

This enables your editors to directly view the item they are editing.

Configuration

First add this plugin via DatoCMS Settings > Plugins > Add (/admin/plugins/new).

Global plugin settings

Then enter the DatoCMS API full-access token used to fetch this deployment environments (build triggers):

This token is available via Settings > API Tokens > Full-access API token (/admin/access_tokens/).

Model specific settings

Add the sidebar widget to a model by adding a JSON field and setting the presentation to Model Deployment Links:

Enter the URL pattern for this model. You can add model field values using { field_key }. The item ID and item model API key are available using { id } and { modelApiKey }. The current locale is available using { locale } (note: localization must be enabled on the field to make the locale value available).

This results in model-specific URLs in the sidebar of your content page:


Contributing

See contributing.md.

Credits

Scaffolded using DatoCMS plugin Yeoman generator.

License

MIT Licensed by De Voorhoede.

Model Deployment Links
Sidebar widget with links to deployments (build trigger…
Publisher
Author gravatardevoorhoede
Package
Visit NPM
Plugin type
Sidebar widget
Compatible with fields
JSON
Current version
1.2.2
Installs count
Last update