設定 CKEditor
a. 設定權限
在 Drupal 管理者介面中 [ 用戶 > 權限 ]
允許 ADMINISTRATOR 存取
b. 設定 CKEditor 外掛
在 Drupal 管理者介面中 [ 設定 > 內容撰寫 > CKEditor > 可在 Advance or Full 中設定 > 進階選項 > Custom JavaScript configuration ]
加上
config.extraPlugins = 'syntaxhighlight';
config.toolbar_Full.push(['Code']);
c. 拉出 code button
在 Drupal 管理者介面中 [ 設定 > 內容撰寫 > CKEditor > 可在 Advance or Full 中設定 > 進階選項 > Editor appearance ]
在 All buttons 找到 [code] 並拉到 Used Buttons 中。
d. 設定 File Browser
在 Drupal 管理者介面中 [ 設定 > 內容撰寫 > CKEditor > 可在 Advance or Full 中設定 > 進階選項 > File browser settings ]
在 File browser type (Link dialog window) 中設定為 CKFinder 。