Magento 2 Faq Module

Posted on February 15, 2016
Written by

So, in learning Magento 2 I decided to create a simple FAQ module – as far as I can tell there is only one other out there but it’s fairly overkill for most projects and will cost you around $200.

The module I have built provides the admin with 5 fields :
– Title
– Content
– Sort Order
– Status (Enabled / Disabled)

For most people this is more than enough and with some frontend styling and perhaps an accordion you’re good to go.

The module can be found HERE

  • Magento 2 FAQ Module Admin Form
  • Magento 2 FAQ Module Admin Grid
  • Magento 2 FAQ Module Frontend