Vanilla open source was terminated 1 January 2025 by Higher Logic. See this announcement for more information.

CKEditor don't show the quote's author

As say the title, when used the plugin Quotes to quoting a post, the autor not appear...

In the source you can see that the CKEditor does not take the format of the quoting:

But if quoting in source mode, it works fine, but if you switch to WYSIWYG mode, the format disappears

Tagged:

Comments

  • I found the solution, although not seen in WYSIWYG but when is published the format is not destroyed

    config.allowedContent = true; config.extraAllowedContent = 'blockquote(*)';

  • niceee... ;)
    another puzzle solved,.... thx, joZ... :wink:

Sign In or Register to comment.