1.0.0 • Published 4 years ago

@tinypixelco/disable-welcome-modal v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

Disable Welcome Modal

Disables the WP editor's welcome modal

This project was bootstrapped with 🌱 Bud.

Installation

You can install this plugin via Composer on a Bedrock install, or the WordPress admin panel.

via Composer

composer require disable-welcome-modal/disable-welcome-modal

via WordPress Admin Panel

  1. Download the latest version of this block
  2. In your WordPress admin panel, navigate to Plugins -> Add New
  3. Click Upload Plugin
  4. Upload the zip file that you downloaded

Development

From the project dir, try running:

yarn dev

Runs the app in the development mode.

Open http://localhost:3000 to view it in the browser.

yarn build

Transpiles and minifies the block source files to the dist directory.

Your block is ready to be installed and/or distributed!

Learn more