Custom Welcome Guide is a WordPress plugin, inspired by the Guide Gutenberg component that pops up when the user opens the WordPress editor for the first time. The plugin lets you create onboarding user introduction tours to guide content creators throughout the admin area of the website.
Clone or download this repository, unzip it and paste it inside the wp-content => plugins folder in your WordPress installation. Activate the plugin from the WordPress admin.
If you are a developer and you want to contribute to this project or fork it, then read on. Go to the plugin's root folder and run:
npm i
npm start
This step is required if you want to enable support for ES6+ and JSX. After you finish your work, run npm run build to generate the code for production.
This plugin is bootstrapped by running npx @wordpress/create-block custom-welcome-guide. See the Block Api WordPress documentation for more information.
-
WordPress Gutenberg PluginDocumentSettingPanel not working with controls?
-
Building a required modal in the WordPress Block Editor Part 1
-
Create a Settings Page using WordPress Block Editor (Gutenberg) Components
Check issues in Github.
- License: GNU General Public License v2.0