friendsofvictoire / faq-widget
Victoire DCMS 常见问题解答小部件
2.0.4
2017-07-30 22:37 UTC
Requires
- php: >=5.3.3
- friendsofvictoire/listing-widget: ~2
- victoire/victoire: ~2|~3.0
This package is not auto-updated.
Last update: 2024-09-20 21:12:05 UTC
README
此包的作用是什么
此包提供对 FAQ 小部件 的访问。此小部件将问答与下拉隐藏答案集成。
设置 Victoire
如果您还没有设置,可以按照以下步骤设置 Victoire 这里
安装此包
php composer.phar require friendsofvictoire/faq-widget
提醒
请记住在您的 AppKernel 中添加此包!
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
...
new Victoire\Widget\FAQBundle\VictoireWidgetFAQBundle(),
);
return $bundles;
}
}