andresams / category-faq

Magento 2.3 Extension — FAQ with Categories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Magento 2.3 Extension — FAQ with Categories

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