
內容簡介
這是一個 Gutenberg 外掛,可以在每個區塊周圍添加大綱。大綱設置基於使用者元數據。每個
使用者都可以根據其需求更改設置,並且僅適用於其帳戶。
使用者可以更改:
何時顯示大綱?當懸停還是一直顯示。
鎖定單個區塊的大綱。
完全禁用大綱。
當懸停在區塊上時,在區塊外部、內部或浮動顯示數據(名稱和類別)
更改大綱顏色。
將大綱樣式更改為實線、虛線或點線
更改填充大小
顯示/隱藏區塊名稱
外掛標籤
開發者團隊
原文外掛簡介
This a Gutenberg plugin that adds an outline around each block. Outline settings are based on user meta. Each user can
change the settings according to their needs and it will applied only to their account.
Users can change:
When to show outline. On hover or always displayed.
Lock outline for a single block.
Disable outline completely.
Show data (name and class) outside block, inside or floating when hovering over block
Change outline color.
Change outline style to solid, dashed or dotted line
Change padding size
Show/hide block name
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
