【问题标题】:how to create drupal8 ckeditor shortcodes?如何创建 drupal8 ckeditor 短代码? 【发布时间】:2016-01-07 17:19:27 【问题描述】: 创建可在 drupal 8 编辑器中使用的短代码的最佳方向是什么? Ckeditor 被放置到核心,shortcode 模块或 shortcode_wysiwig 模块被移植,我不太确定从哪里开始。 【问题讨论】: 标签: ckeditor wysiwyg shortcode drupal-8 【解决方案1】: 您需要使用ckeditor.api 实现自定义模块 更多示例请参见此处: https://drupal.stackexchange.com/questions/139075/implementing-ckeditors-plugin-in-drupal-8 【讨论】: