TinyMCE WYSIWYG Editor: Adding more Blocks / HTML Tags to the Dropdown #1340
-
Hi there! This is a continuation of https://forum.getpublii.com/topic/tinymce-wysiwyg-editor-adding-more-blocks-html-tags-to-the-dropdown/ In case the old forum link no longer works: A summary of the solutions documented so far can be found here: https://gist.github.com/candidexmedia/367711a80274b4c005fd5983df97d20c My next question is: how do I add the template plugin to the TinyMCE editor? I ask so that |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello, the following must be added to the theme: $theme/config.json $theme/tinymce.override.json
The built-in plugins are in: Best regards |
Beta Was this translation helpful? Give feedback.
Hello, the following must be added to the theme:
$theme/config.json
{ "extensions": { "postEditorConfigOverride": true } }
$theme/tinymce.override.json