Y Cheung

Y Cheung

Blogger, Programer & Traveler.

Drupal 9 Twig 獲取field值速查表

在Drupal 8 和 Drupal 9 的 twig 模板開發中,常常會需要輸出指定的field,本文列出常見類型的field取值方法,以便查詢。 1. 一般類型 General Field typeHow to get valueNoteBoolean{{ content.field_name[0] }} 值為“On”或“Off”的labelBoolean{{ content.field_name['#items']

Drupal 9 多語言站點解決 Paragraphs 字段在custom block 中I18翻譯無法正確顯示問題

Drupal 9 多語言站點啟用 Paragraphs 模組 [https://www.drupal.org/project/paragraphs],如果在 custom block [https://www.drupal.org/docs/core-modules-and-themes/core-modules/block-module/managing-blocks] 中使用了 paragraphs 類型的字段 ,會遇到字段內文字的翻譯無法顯示問題。該 paragraphs 字段的內容始終加載的是 default 的語言內容(通常是英文)

Drupal 9 Webform 發送自定義Email 功能的本地開發環境配置

Drupal 9 Webform 表單提交後可以自定義 email 內容發送通知郵件到指定email地址,本地開發中使用 Mailhog 做測試。 💡關於Mailhog的安裝介紹參看Y Cheung之前的文章《本地開發測試郵件服務 Mailhog [https://szeching.com/mailhog-for-web-and-api-based-smtp-testing/]》需求分析 根據需求,確定要做的任務有2個: 1. 用戶提交表單後發送通知 email 至指定地址 2. 獲取用戶填寫的表單內容製作指定內容格式的郵件 環境設定 * Drupal v9.3.3 * Mailhog * drupal/