datocms-plugin-preview-link
v0.2.1
Published
Generate a preview link in the sidebar
Downloads
2
Readme
Preview Link DatoCMS plugin
Generate a preview link in the sidebar
Configuration
For each content type you provide a preview link base URL. Currently we will replace the phrase :id
with the id of the item. We can add other string replacement in the future.
Development
Install all the project dependencies with:
yarn install
Add this plugin in development mode to one of your DatoCMS project with:
yarn addToProject
Start the local development server with:
yarn start
The plugin will be served from https://datocms-plugin-preview-link.localtunnel.me/. Insert this URL as the plugin Entry point URL.
We had issues with localtunnel loading all of the content, so we're not using that...sorry?