Skip to content

Product to manage faq contents

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE.GPL
Unknown
LICENSE.rst
Notifications You must be signed in to change notification settings

RedTurtle/redturtle.faq

Repository files navigation

RedTurtle Faq

python version ci

Add two new content-types to manage Faqs:

  • FaqFolder
  • Faq

This product is intended to be a Volto extension, so it only provides the content-types (no custom views or styles).

Faq content-type has blocks enabled.

Expandable component

FaqFolders have an additional expandable component (@faq-structure) that will return the complete structure of the current context with sub-FaqFolders and Faqs:

> curl -i http://localhost:8080/Plone/example-folder/@faq-structure -H 'Accept: application/json'

You can also filter faqs querying with SearchableText index:

> curl -i http://localhost:8080/Plone/example-folder/@faq-structure?SearchableText=foo -H 'Accept: application/json'

Translations

This product has been translated into

  • Italian

Installation

Install redturtle.faq by adding it to your buildout:

[buildout]

...

eggs =
    redturtle.faq

and then running bin/buildout

Contribute

License

The project is licensed under the GPLv2.

About

Product to manage faq contents

Resources

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE.GPL
Unknown
LICENSE.rst

Stars

Watchers

Forks

Packages

No packages published