<blockquote class="blockquote">
<p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
<footer class="blockquote-footer">Someone famous in <cite title="Source Title">Source Title</cite></footer>
</blockquote>
And full bootstrap5 markup is:
<figure>
<blockquote class="blockquote">
<p>A well-known quote, contained in a blockquote element.</p>
</blockquote>
<figcaption class="blockquote-footer">
Someone famous in <cite title="Source Title">Source Title</cite>
</figcaption>
</figure>
How to Reproduce
Steps to reproduce the behavior:
Go to news and use this functionality
Expected Behavior
at least adding blockquote class to the default version
PHP Operating System
PHP 7.4. e107 2.3.1 stable
Additional Information
Maybe a better idea is to change this to BBCode shortcode and let e107 manage this, not tinymce.
Bug Description
this
is supported on in bootstrap3 themes and it is managed by tinymce itself
HTML output is
But full bootstrap4 markup is:
And full bootstrap5 markup is:
How to Reproduce
Steps to reproduce the behavior:
Expected Behavior
at least adding blockquote class to the default version
PHP Operating System
PHP 7.4. e107 2.3.1 stable
Additional Information
Maybe a better idea is to change this to BBCode shortcode and let e107 manage this, not tinymce.
Thanks