Skip to content

TinyMCE WYSIWYG Editor: Adding more Blocks / HTML Tags to the Dropdown #1340

Closed Answered by HowToMeetLadies
candidexmedia asked this question in Help
Discussion options

You must be logged in to vote

Hello, the following must be added to the theme:

$theme/config.json
{ "extensions": { "postEditorConfigOverride": true } }

$theme/tinymce.override.json

{
  "plugins": "template advlist autolink autosave codesample link image lists hr pagebreak searchreplace media table paste autoresize emoticons textpattern toc",
  "toolbar1": "bold italic underline strikethrough forecolor publiilink unlink emoticons blockquote alignleft aligncenter alignright bullist numlist image gallery media table toc",
  "toolbar2": "template styleselect formatselect codesample searchreplace hr readmore undo redo restoredraft removeformat sourcecode",
  "templates": [
    { "title": "details: The Details disclosure e…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@HowToMeetLadies
Comment options

@candidexmedia
Comment options

Answer selected by candidexmedia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants