SB Children block

外掛說明

Use the Children block ( oik-sb/children ) to list children of the current content as links.
Works for any hierarchical post type which supports page-attributes, such as page.

螢幕擷圖

  • Children block depth=0
  • Children block depth=1
  • Children block depth=2
  • Children block depth=-1

適用於區塊編輯器

這個外掛提供 1 個可供 Gutenberg/區塊編輯器使用的區塊。

  • Children List children of the current content as links.

安裝方式

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

OR

With the authority to install plugins:

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

常見問題集

What are the values for the depth parameter?

  • Value – Meaning
  • 0 – Display all descendents in a tree
  • 1 – Display Children only
  • 2 – Display Children and Grandchildren
  • n – Display n levels of descendents
  • -1 – Display all descendents in a single list

What do I need to search for to find the block?

You can try typing the following strings to find the block: c, ch, chi, chil, child, childr, childre and children.
You may also get results by typing the keywords: Child list, Descendents and Tree.

What if my first language is not English?

If your first language is not English then you could try:

  • French – enfants
  • German – Kinder
  • Dutch – Kinderen
  • Italian – la prole
  • Spanish – niñas or niños

Do I need to build this block?

No. The plugin is delivered with the production version of the block.
The source and build routine for the block is now in https://github.com/bobbingwide/sb-starting-block.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈SB Children block〉的開發相關工作。

參與者

〈SB Children block〉外掛目前已有 3 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈SB Children block〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.3.0

  • Deleted: Remove source for the block – see sb-starting-block #21
  • Changed: Remove wp-scripts build – uses sb-starting-block to build oik-sb/children #21
  • Changed: Update files built with wp-scripts v30.21.0 by sb-starting-block #21
  • Changed: Build the oik-sb/children block in sb-starting-block #21
  • Tested: With WordPress 6.8.2 and WordPress Multisite
  • Tested: With Gutenberg 21.3.0
  • Tested: With PHP 8.3 and PHP 8.4
  • Tested: With PHPUnit 9.6