Viewing 1 replies (of 1 total)
  • Plugin Author Takayuki Miyauchi

    (@miyauchi)

    You can use CSS and Components of Bootstrap.
    https://getbootstrap.com/components/

    For example, please insert a code into tinymce editor like following.

    <div class="alert alert-success" role="alert">...</div>
    <div class="alert alert-info" role="alert">...</div>
    <div class="alert alert-warning" role="alert">...</div>
    <div class="alert alert-danger" role="alert">...</div>

Viewing 1 replies (of 1 total)
  • The topic ‘Where to define bootstrap’ is closed to new replies.