RedTurtle Faq
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
Issue Tracker: https://github.com/RedTurtle/redturtle.faq/issues
Source Code: https://github.com/RedTurtle/redturtle.faq
License
The project is licensed under the GPLv2.
Contributors
RedTurtle Technology, sviluppo@redturtle.it
Changelog
1.0.2 (2024-04-22)
Serialize returned blocks. [cekk]
1.0.1 (2022-01-17)
Fix queries to serialize only Faq and FaqFolders. [cekk]
1.0.0 (2021-11-03)
Initial release. [cekk]
Release files for redturtle.faq 1.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| redturtle.faq-1.0.2.tar.gz | 25.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| redturtle.faq-1.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 57.9 kB
Release files / redturtle.faq-1.0.2.tar.gz
| Download URL | redturtle.faq-1.0.2.tar.gz |
|---|---|
| Size | 25.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
dd5983058e9756e39a4e93da6f1db43e636361ca5b66e4a4be41078da48f09ac
|
|
BLAKE2b-256 checksum How to use checksums |
e81e14f226da6a34c10d5625c483b01cf20d114f67d087ce8bdca5c62d7cf64f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.12
|
Release files / redturtle.faq-1.0.2-py3-none-any.whl
| Download URL | redturtle.faq-1.0.2-py3-none-any.whl |
|---|---|
| Size | 32.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2f973980e86f9ff928658fa6b54a7df0f59b326cf52cb72060a71680a73529ab
|
|
BLAKE2b-256 checksum How to use checksums |
c77b5432fc7d4efe7eda3d2372fc258767556e9e8ace46796642405eb9a5d33e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.12
|