[WordPress] 外掛分享: Foxdell Folio Block Editor Customiser

首頁外掛目錄 › Foxdell Folio Block Editor Customiser
全新外掛
安裝啟用
尚無評分
2304 天前
最後更新
問題解決
WordPress 5.1+ PHP 5.6+ v1.6.0 上架:2019-09-18

內容簡介

安裝外掛後,可以通過設置頁面或提供的兩個鉤子(可通過 do_action 調用)開啟或關閉區塊編輯器功能。
此外,該外掛還允許通過選擇主題來自定義區塊編輯器的外觀和感覺。該外掛只附帶了一個主題:默認主題,它與基礎區塊編輯器具有相同的外觀和感覺。
其他主題可以在 WordPress.org 外掛庫中找到。

提供的兩個鉤子是:

1. 'fofo_bec_feature_on':將功能打開
2. 'fofo_bec_feature_off':將功能關閉。

目前支持的功能包括:

設置側邊欄上的“類別面板”[使用功能名“category_panel”]
設置側邊欄上的“標籤面板”[使用功能名“tag_panel”]
設置側邊欄上的“特色圖像面板”[使用功能名“featured_image_panel”]
設置側邊欄上的“摘要面板”[使用功能名“excerpt_panel”]
設置側邊欄上的“討論面板”[使用功能名“discussion_panel”]
設置側邊欄上的“永久鏈接面板”[使用功能名“permalink_panel”]
可以開關“頂部工具欄”選項[使用功能名“top_toolbar”]
可以開關“聚光燈模式”[使用功能名“spotlight_mode”]
可以開關“全屏模式”[使用功能名“fullscreen”]
可以關閉“顯示更多工具和選項”按鈕[使用功能名“edit_post_more_menu”]

範例
do_action ('fofo_bec_feature_off','category_panel'); //這會關閉側邊欄中的類別面板。

do_action('fofo_bec_feature_on','category_panel'); //這會打開側邊欄中的類別面板,如果其已被關閉。

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.6.0) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Foxdell Folio Block Editor Customiser」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

After the plugin has been installed features of the Block Editor can be turned off and on using the settings page
or the two hooks provided which can be called with do_action.
The plugin also allows customisation of the look and feel of the Block Editor through the selection of themes. The only theme bundled with the
plugin is the Default theme, which has the same look and feel as the base Block Editor.
Other themes can be found by seraching the wordPress.org plugin repository.
The two hooks are:-
‘fofo_bec_feature_on’ to turn features on and
‘fofo_bec_feature_off’ to turn features off.
Currently supported features are :-

The ‘Category Panel’ on the settings sidebar [use feature name ‘category_panel’]
The ‘Tag Panel’ on the settings sidebar [use feature name ‘tag_panel’]
The ‘Featured Image Panel’ on the settings sidebar [use feature name ‘featured_image_panel’]
The ‘Excerpt Panel’ on the settings sidebar [use feature name ‘excerpt_panel’]
The ‘Discussion Panel’ on the settings sidebar [use feature name ‘discussion_panel’]
The ‘Permalink Panel’ on the settings sidebar [use feature name ‘permalink_panel’]
The ‘Top Toolbar’ option can be toggled on/off [use feature name ‘top_toolbar’]
The ‘Spotlight Mode’ can be toggled on/off [use feature name ‘spotlight_mode’]
The ‘Fullscreen mode’ can be toggled on/off [use feature name ‘fullscreen’]
The ‘Show more tools and options’ button can be turned off [use feature name ‘edit_post_more_menu’]

Examples
do_action( 'fofo_bec_feature_off', 'category_panel' ); //this turns the category panel in the sidebar off.

do_action( 'fofo_bec_feature_on', 'category_panel' ); //this turns the category panel in the sidebar on, if it has been turned off.

延伸相關外掛

文章
Filter
Mastodon