This is a very simple module that enables an HTML field format for text and string fields.

Useful for plain text fields that might have basic html and needs to be rendered as such.

Provides a simple solution for many different use cases.

By default, this module outputs the HTML code of the field unfiltered.
It is therefore the responsibility of the site operator to take appropriate
measures, e.g. against XSS. Access should be restricted to trusted roles.

Requirements

No special requirements at this time.

Install

It is recommended to install via composer. See below for commands:

composer require drupal/html_field_formatter
drush en html_field_formatter

Configuration

  1. Goto Structure -> Content Types and select a content type to change.
  2. Goto "Manage Display" page and change "Format" on desired field to "HTML".
  3. Configure any formatting settings as needed.
  4. Save changes.
  5. Now field should be formatted as HTML.
Supporting organizations: 
Maintenance and Development (3.x)

Project information

Releases