bobbingwide / sb-toolicons-block

Helps you to document tool icons for a block.
0 stars 0 forks source link

SB Toolicons block

banner

Helps you to document tool icons for a block.

Description

Use the Toolicons block ( oik-sb/toolicons ) to produce a list of toolicons for the block you're documenting.

Installation

  1. Upload the plugin files to the /wp-content/plugins/sb-toolicons-block directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress

OR ( not yet available as the plugin is not in the Block Directory )

With WordPress 5.5 or Gutenberg 9.0.0 or higher, and the authority to install plugins:

  1. In the block editor, open the block inserter.
  2. Search for the block by typing 'toolicons'.
  3. Click on the 'Add block' button for the SB Toolicons block.
  4. The SB Toolicons block plugin will be installed and activated.
  5. And the block will be inserted into your content.

Frequently Asked Questions

Do I need to build this block?

No. The plugin is delivered with the production version of the block. If you do wish to modify the code then you can find instructions in the src folder.

Screenshots

  1. Block toolbar variation showing core/column
  2. Group toolbar variation showing Change text alignment
  3. Tool icon variation showing all icons

Upgrade Notice

0.3.0

Now supports FSE blocks, up to Gutenberg 10.0.2

0.2.0

Now supports most of the core blocks ( 42 ) excluding those used in Full Site Editing.

0.1.0

First version that displays toolbars and their icons on the front-end for 8 of 131 core blocks.

0.0.0

Initial version copied from sb-children-block, which uses wp-scripts and oik-blocks where the use of import { iconname } from '@wordpress/icons'; broke the Image block in Gutenberg 9.0.0

Changelog

0.3.0

0.2.0

0.1.0

0.0.0