Versions Compared

Key

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

...

Each text format is associated with a visual WYSIWYG (What You See Is What You Get) HTML editor. The core Text Editor gives you the ability to configure the editors (such as adding and removing buttons from their toolbars). The core CKEditor CKEditor5 module provides you with the industry-standard known as CKEditor, so it can be used to modify HTML content on offers the renowned CKEditor, empowering users to edit HTML content seamlessly within your site.

There are three different editing modes you can use for CKEditorCKEditor5, Basic HTML, Restricted HTML, and Full HTML text formats. Each text format has an associated permission, so that you can pick and choose what user can use which text format. This filters certain users from using Basic HTML, which filters out dangerous HTML tags.

...

Basic HTML provides the ability to add some basic text formatting to your document. When enabled, it adds the Bold, Italic, Styles, Horizontal Rule Line and Linking toolbar buttons that apply these styles.

...

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.

  • Allowed HTML tags: <br> <p> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <cite> <dl> <dt> <dd> <span> <a hreflang href class title target="_blank"> <blockquote cite> <ul type> <ol type start> <img src alt height width data-entity-type data-entity-uuid data-align data-caption> <strong> <em> <li>

  • 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.

...

  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id>

  • Lines and paragraphs break automatically.

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

...

Embed will include the entire HTML needed to display the resource in the data.

Award Format

Like Embed, Award format allows you to enter your content in the Text field.

...

  • Allowed HTML tags: <a href> <em> <strong> <ul> <ol> <li> <table id class> <tbody> <td colspan> <tfoot> <th colspan> <thead> <tr> <caption> <col> <colgroup> <span> <hr> <p> <br>

Field of Interest Format

CKEditor allows HTML content. Learning all of the HTML may feel intimidating, but learning a small number of the most basic HTML tags is very easy to learn.

...