Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.02 KB

README.rst

File metadata and controls

40 lines (28 loc) · 1.02 KB

Products.Faq README

https://travis-ci.org/tomgross/Products.Faq.png

This product is a simple Faq content type for Plone. It provides the following features:

  • Two new types, FaqFolder and FaqEntry. FaqFolder can contain FaqEntry and FaqFolder to create categories of questions.
  • Questions are collapsable in the FaqEntry's view to show or hide answers.
  • A delay can be specified to marked recent questions as new (display of a small icon before titles).

You install it the usual way - Add the product to your buildout and install it via the Plone controlpanel

  • Plone 4.0 or later (probably it works with Plone 3 but was not tested)
  • for running the tests plone.app.testing is needed.