Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you want to remove basic styles from your document, you can also use the Remove Formatbutton to remove these styles. You can also insert and remove a Numbered List or a Bulleted List as well in this mode. Adding Files, Images, or Block Quotes are also available to you. With the Source button, you can quickly switch between Basic HTML mode to Source code mode, where you can hardcode your HTML tags manually.

  • You can align images, videos, blockquotes and so on to the left, right or center. Examples:

    • Align an image to the left: <img src="" data-align="left" />

    • Align an image to the center: <img src="" data-align="center" />

    • Align an image to the right: <img src="" data-align="right" />

    • … and you can apply this to other elements as well: <video src="" data-align="center" />

  • Allowed HTML tags: <a href hreflang data-entity-type data-entity-uuid title target> <em> <strong> <cite> <blockquote cite> <code> <hr> <ul type> <ol type start> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <p> <br> <span> <div> <caption> <tbody> <thead class="*"> <tfoot> <th scope rowspan colspan> <td scope rowspan colspan> <tr> <figure> <figcaption> <drupal-entity data-align data-caption> <table summary align class="*"> <img src width height style alt title data-align data-caption data-entity-uuid data-entity-id data-entity-type class="*">

  • Lines and paragraphs are automatically recognized. The <br /> line break, <p> paragraph and </p> close paragraph tags are inserted automatically. If paragraphs are not recognized simply add a couple of blank lines.

  • Web page addresses and email addresses turn into links automatically.

Restricted HTML

The Restricted HTML mode allows you to use raw HTML tags in your document. When the editor is initialized in this mode, the user can only edit the content within the regions chosen by the user in the standard editing mode.

...