Editor Block Outlineは、各ブロックの周りにアウトラインを追加するシンプルな Gutenberg プラグインです。アウトライン設定は、ユーザーメタに基づいています。 各ユーザーは必要に応じて設定を変更できます。
ユーザーが変更できる箇所:
- ホバー時、もしくは常時にアウトラインを表示
- 単一ブロックのアウトラインを固定
- アウトラインの無効化
- ブロックにホバーした際、ブロック名とclassをブロックの外側、内側、もしくはフロートで表示
- アウトラインの色を変更。
- アウトラインのスタイルを直線、点線、破線から選択
- paddingのサイズを変更
- ブロック名の表示/非表示
Filters
- editor_outline_default_user_meta You can override the default user meta by using this filter. The filter will receive the default user meta as an array and you can return a modified array. Check github repo for more information. https://github.com/kalimahapps/Editor-Block-Outline#filters
