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.
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
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.
#npm
npm install @exfabrica/strapi-plugin-awesome-help
#yarn
yarn add @exfabrica/strapi-plugin-awesome-help
Just go inside the general settings of Awesome Help to enable / disable the contextual help.
npm install @exfabrica/strapi-plugin-awesome-help
Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.