Register custom formats in TinyMCE #14355
bjarnef
started this conversation in
Features and ideas
Replies: 1 comment
-
I figured we can register the formats as well.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It is possible to configure blockquote in TinyMCE to make it easier working with quotes, which often includes a
<cite>
element to specify the person who said the quote.https://www.tiny.cloud/blog/blockquote-css-and-styling-in-tinymce/
However the following shows to
cite
as disabled - probably because it need to be registered:I can manually add the
cite
element in HTML and is valid, but highlighting this mark "blockquote" as selected.Beta Was this translation helpful? Give feedback.
All reactions