matacms / matacms-faq
Manages FAQs in MATA CMS.
Installs: 108
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- mata/mata-imperavi-redactor: ~1.0.0
This package is not auto-updated.
Last update: 2024-11-21 03:57:23 UTC
README
FAQ module allows to manage FAQs in MATA CMS.
Installation
- Add the module using composer:
"matacms/matacms-faq": "~1.0.0"
- Run migrations
php yii migrate/up --migrationPath=@vendor/matacms/matacms-faq/migrations
Client
FAQ Client extends matacms\clients
.
Changelog
1.0.0.3-alpha, August 26, 2016
- Minor update
1.0.0.2-alpha, August 26, 2016
- Bugfixes
1.0.0.1-alpha, August 25, 2016
- Updated module icon
1.0.0-alpha, August 24, 2016
- Initial release.