WP Manifestindependent plugin directory
manifest / editor / display-list-of-blocks

Display List of Blocks

各ページで利用しているブロックの一覧をページコンテンツ最下部に表示します。類人猿パターンブロック関連のクラスがついていたら太字で表示します

by mgn Inc., · github.com/m-g-n/display-list-of-blocks

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/m-g-n/display-list-of-blocks/archive/refs/heads/master.zip

Readme

Display List of Blocks

  • Contributors: mgn
  • Tags: gutenberg, block, blocks, editor, gutenberg blocks, page builder, landing page, microcopy, steps, call to action
  • Requires at least: 5.6
  • Tested up to: 5.6
  • Stable tag: 0.0.7
  • Requires PHP: 7.3
  • License: GPLv2 or later
  • License URI: https://www.gnu.org/licenses/gpl-2.0.html

Description

Display List of Blocks は WordPress 各ページで利用しているブロックの一覧をページコンテンツ最下部に表示します。 追加されたクラスのなかに類人猿パターンブロック関連のクラスがついていた場合はクラス名を太字で表示します。

動作環境

現在確認されている動作環境は以下のとおりです

  • WordPress 5.6 以上
  • PHP 7.3 以上

インストール

  1. display-list-of-blocks フォルダ全体を /wp-content/plugins/ ディレクトリにアップロードします。
  2. プラグイン 画面 (プラグイン > インストール済みプラグイン) でプラグインを有効化します。

注意事項

  • 現時点ではまだベータ版です

変更履歴

0.0.7

  • HTML構造、ブロックのリスト表示の見た目を変更.

0.0.6

  • 「使っているブロックを一覧表示」にaria属性を追加.

0.0.5

  • 使っているブロック一覧をクリックで表示・非表示できるように変更.

0.0.4

  • Snow Monkey Blocks で追加されるブロックの名称を日本語で表示できるように変更.

0.0.3

  • コアブロックの名称を日本語で表示できるように変更.

0.0.2

  • 入れ子のブロックを第2階層まで取得するように変更.
  • 一覧表示したときのスタイルを調整.

0.0.1

  • Initial release.

Read the full README on GitHub →