Varbase FAQs

Provides Frequently Asked Questions content type and related configuration. A frequently asked question and its answer.

  • FAQs page using the Varbase Layout Builder. so that sections and blocks could be managed on the page.

  • FAQs list as a block, which it could be placed in any section of the site.

  • Protected content of Frequently Asked Questions to be listed only on the /faqs page.

Varbase FAQs Module

Varbase FAQ features are bundled through the Varbase FAQs module. GitHub: https://github.com/Vardot/varbase_faqs Drupal.org: https://www.drupal.org/project/varbase_faqs

After building a project using the varbase-project template.

Install with Composer: $ composer require 'drupal/varbase_faqs:~10' Using Composer to manage Drupal site dependencies

The code of the Varbase FAQs module will be located in:

project_directory
|-- docroot
    |-- modules
        |-- contrib
            |-- varbase_faqs

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

Features

  • FAQs page using the Varbase Layout Builder. so that sections and blocks could be managed on the page.

  • FAQs list as a block, which it could be placed in any section of the site.

  • Protected content of Frequently Asked Questions to be listed only on the /faqs page.

Required Varbase Modules

This module needs the following Varbase modules in order to function.

Varbase Layout Builder Module

Provides default configuration and enhancements to utilize Drupal core's Layout Builder.

Varbase Landing Page (Layout Builder) Module

Provides Landing page (Layout Builder) content type and related configuration. Use Landing page (Layout Builder) to build pages with custom sections and layouts to display content in a modern way.

Last updated