Matoeil
Matoeil

Reputation: 7299

how to create drupal8 ckeditor shortcodes?

what would be the best direction toward creating shortcodes usable in drupal 8 editor?

Ckeditor being placed to core, shortcode module nor shortcode_wysiwig module being ported , I am not quite sure where to start from.

Upvotes: 0

Views: 853

Answers (1)

rémy
rémy

Reputation: 1052

you need to implement a custom module using the ckeditor.api

for further examples see here: https://drupal.stackexchange.com/questions/139075/implementing-ckeditors-plugin-in-drupal-8

Upvotes: 1

Related Questions