datocms-plugin-editor-help
v1.0.0
Published
Add extra info for editors to a field using Markdown content.
Downloads
15
Maintainers
Readme
Datocms Plugin: Editor Help
This DatoCMS plugin can be added to a field in order to present extra information for editors.
Features
The plugin can be used to provide additional information on the following field types:
boolean
color
date
date_time
float
integer
json
lat_lon
link
links
seo
string
text
video
Content can be provided using Markdown.
Configuration
First add this plugin via DatoCMS Settings > Plugins > Add.
After installing the plugin, it can be connected to a field using the 'Insert add-on' button.
When connected to a field, under the tab 'Presentation', you can add the label of the button and the extra information to be shown in the info panel toggled by the button.
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 http://localhost:5000/. Insert this URL as the plugin Entry point URL.