danger@
Member
Hello,
we have a custom code bbcode tag in order to make it more prominent in the editor. It's a simple html replacement like this:
<div class="bbCodeBlock bbCodeCode"><div class="type">Code:</div><pre>{text}</pre></div>
However it seems like when this tag is being used the bb_code.less stylesheet is not being loaded. How can I either:
Thank you.
we have a custom code bbcode tag in order to make it more prominent in the editor. It's a simple html replacement like this:
<div class="bbCodeBlock bbCodeCode"><div class="type">Code:</div><pre>{text}</pre></div>
However it seems like when this tag is being used the bb_code.less stylesheet is not being loaded. How can I either:
- make it always load bb_code.less when our code bbtag is used, or
- move the original code button from the insert menu button to the main buttons in the editor?
Thank you.
Last edited: