Awesome HelpPlugin verified by Strapi
The purpose of this plugin is to display an icon on each form label present in each document to display contextual help. When the user over the icon, the plugin displays a tooltip with a helpful text.
Strapi plugin Awesome Help
This plugin is not intended to be used in production. This is a learning aid. Nevertheless, we will try to go as far as possible in its design and deployment.
This plugin includes all code you need to follow this technical articles: A Strapi plugin from scratch to production
DESCRIPTION
The purpose of this plugin is to display an icon on each form label present in each document to display contextual help. When the user over the icon, the plugin displays a tooltip with a helpful text.
FEATURES
- Add contextual Help on your Strapi documents.
- Scan the Strapi Structure to get all textual and numerical fields.
INSTALLATION
#npm
npm install @exfabrica/strapi-plugin-awesome-help
#yarn
yarn add @exfabrica/strapi-plugin-awesome-help
CONFIGURATION
Just go inside the general settings of Awesome Help to enable / disable the contextual help.
Install now
npm install @exfabrica/strapi-plugin-awesome-help
Create your own plugin
Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.