Skip to content
This repository has been archived by the owner on Dec 14, 2020. It is now read-only.
/ block-copy Public archive

A Gutenberg editor extension that provides a simple GUI based solution to copy a single or number of blocks to the clipboard.

License

Notifications You must be signed in to change notification settings

mypreview/block-copy

Repository files navigation

Block Copy

Note:

This plugin is deprecated in favor of built-in version of Copy API present within the Gutenberg plugin.

Installation

  • Download the plugin from it's GitHub Repository Release window.
  • Log into your WordPress website and navigate to Plugins » Add New.
  • Click Upload Plugin and Choose File, then select the plugin’s .zip file. Click Install Now.
  • Click Activate to start using your plugin right away.

Requirements

  • PHP version 7.2 or greater.
  • MySQL version 5.6 or greater OR MariaDB version 10.0 or greater.
  • WordPress version 5.2 or greater.

Description

A Gutenberg editor extension that provides a simple GUI based solution to copy a single or number of blocks to the clipboard.