Skip to content

Releases: andresams/category-faq

FAQ with Categories v 0.0.1

24 Sep 05:52
Compare
Choose a tag to compare

Magento 2.3 Extension — FAQ with Categories v 0.0.1

This module adds a complete FAQ solution that displays questions using a custom jQuery Accordion. Questions can also be grouped and displayed under categories.

Usage

The management options can be found under Content > FAQ.

FAQ Management Options

Add, edit, delete, disable or enable Categories...

Manage Categories

...and Questions:

Manage Questions

A new menu item will be added to the top menu. This item is linked to a page that displays all categories, questions and answers:

Frontend

Installation

Composer

composer config repositories.andresams git git@github.com:andresams/category-faq.git
composer require prestafy/category-faq

Modman

modman clone git@github.com:andresams/category-faq.git

Authors