Varbase Page

Defines simple text field types.Provides Basic page content type and related configuration.

Varbase Page Module

Varbase basic page features are bundled through the Varbase Page module as part of the Varbase Core module.

GitHub: https://github.com/Vardot/varbase_core Drupal.org: https://www.drupal.org/project/varbase_core

After building a project using the varbase-project template, you can see the code of the Varbase Page module in:

project_directory
|-- docroot
    |-- modules
        |-- contrib
            |-- varbase_core
                |-- contrib
                    |-- modules
                        |-- varbase_page

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

Module

Purpose

Text

(in Drupal core)

Defines simple text field types.

Text Editor

(in Drupal core)

Provides a means to associate text formats with text editor libraries such as WYSIWYGs or toolbars.

CKEditor

(in Drupal core)

WYSIWYG editing for rich text fields using CKEditor.

Menu UI

(in Drupal core)

Allows administrators to customize the site navigation menu.

Provides a way to place blocks on a custom page.

Basic functionality that is shared among the different Rabbit Hole modules.

Adds Real-time SEO page analysis and configuration

Manage meta tags for all entities.

Adds an optional length indicator to fields

Provides an additional formatter for text field, text area and text format.

Limit the number of characters in textfields and textareas and shows the amount of characters left.

Last updated