Varbase Rich Text Block

A rich text block contains a title and a body with a rich text format.

Varbase Rich Text Block Module

project_directory
|-- docroot
    |-- modules
        |-- contrib
            |-- varbase_layout_builder
                |-- modules
                    |-- varbase_rich_text_block

Brings in the following core and contributed modules to your site:

Module

Purpose

Block

(in Drupal core)

Controls the visual building blocks a page is constructed with. Blocks are boxes of content rendered into an area, or region, of a web page.

Block Content

(in Drupal core)

Allows the creation of custom blocks and block types.

Text

(in Drupal core)

Defines simple text field types.

Field

(in Drupal core)

Field API to add fields to entities like nodes and users.

User

(in Drupal core)

Manages the user registration and login system.

Options

(in Drupal core)

Defines selection, check box and radio button widgets for text and numeric fields.

Last updated