2017 © Pedro Peláez
 

magento2-module magento2-faq

LCB Faq module for Magento2

image

lcbrq/magento2-faq

LCB Faq module for Magento2

  • Tuesday, April 17, 2018
  • by Tomasz-Silpion
  • Repository
  • 3 Watchers
  • 1 Stars
  • 60 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 13 % Grown

The README.md

LCB_Faq

Frequently Asked Questions plugin for Magento2 with multistore support, (*1)

Installation

php bin/magento module:enable LCB_Faq
php bin/magento setup:upgrade
php bin/magento setup:db-schema:upgrade
php bin/magento setup:di:compile, (*2)

Usage

Edit FAQ in content management
Visit FAQ page on /faq route, (*3)

Categories

Currently category support can be providen only with plugin interaction
Sample usage, (*4)

<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
    <type name="LCB\Faq\Model\Category">
        <plugin name="SmilepenFaq" type="Smilepen\Pages\Plugin\Faq\Category" sortOrder="1" />
    </type>
</config>
<?php

namespace Smilepen\Pages\Plugin\Faq;

class Category {

    public function afterGetOptionArray(
    \LCB\Faq\Model\Category $category
    )
    {
        return array(
            1 => 'Allgemeines',
            2 => 'Zahnaufhellung'
        );
    }

}

Changelog

[1.0.1]

Added plugin support for categories, (*5)

[1.0.2]

Fix for question and answer character limit, (*6)

[1.0.3]

Code format and minor adjustments, (*7)

The Versions

17/04 2018

dev-develop

dev-develop

LCB Faq module for Magento2

  Sources   Download

OSL-3.0 AFL-3.0 OSL

The Requires

 

by Silpion Tomasz Gregorczyk

11/02 2018

1.1.0

1.1.0.0

LCB Faq module for Magento2

  Sources   Download

OSL

The Requires

 

by Silpion Tomasz Gregorczyk

21/11 2017

dev-master

9999999-dev

LCB Faq module for Magento2

  Sources   Download

OSL

The Requires

 

by Silpion Tomasz Gregorczyk

13/10 2017

1.0.3

1.0.3.0

LCB Faq module for Magento2

  Sources   Download

OSL

The Requires

 

by Silpion Tomasz Gregorczyk

18/06 2017

1.0.2

1.0.2.0

LCB Faq module for Magento2

  Sources   Download

OSL

The Requires

 

by Silpion Tomasz Gregorczyk