Hy to all,

Like the title said, I need to create a button in BUE editor with BBC code that rendere a UL list BUT with a particular CSS class.

Example, the rendered code should be something like:

<ul class="name_class">
<li></li>
</ul>

Thanks!