https://github.com/vijaycs85/simplelist
Drupal 8 module that provides an easy way to build simple FAQ like list pages.
https://github.com/vijaycs85/simplelist
drupal-8 drupal-module faq
Last synced: about 2 months ago
JSON representation
Drupal 8 module that provides an easy way to build simple FAQ like list pages.
- Host: GitHub
- URL: https://github.com/vijaycs85/simplelist
- Owner: vijaycs85
- Created: 2018-01-02T20:16:53.000Z (over 7 years ago)
- Default Branch: 8.x-1.x
- Last Pushed: 2018-01-03T11:09:42.000Z (over 7 years ago)
- Last Synced: 2025-01-18T02:43:58.782Z (3 months ago)
- Topics: drupal-8, drupal-module, faq
- Language: JavaScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Simple List
[](https://travis-ci.org/vijaycs85/simplelist)
### Overview
Simplelist module provides set of configurations to create simple list page like [drupal.org FAQ](https://www.drupal.org/about/faq) page.
### How does it work?
This module provides snippet **content type** with snippet type **taxonomy vocabulary** to create content in different categories. Using [entityqueue](https://www.drupal.org/project/entityqueue) module to list/order snippets and [views](http://cgit.drupalcode.org/drupal/tree/core/modules/views) module to expose page. All these content can be easily updated to work with different use-cases.
### Install
1. Install module usual.
2. Create new `snippet` nodes.
3. Add nodes to faq node queue.
4. visit `/faq` page to see questions and answers.### Create new page
Additional pages can be created by:
1. Create new term.
2. Create snippet nodes with new term
3. Create new node queue and add new nodes.
4. copying both page and attachment displays.
5. Update term and node queue details in both displays.#### Screenshots
## Contributors
Feel free to open an [issue](https://github.com/vijaycs85/simplelist/issues/new) or [pull request](https://github.com/vijaycs85/simplelist/pulls) to improve, add new features and bug fixes.## License
This project is distributed under the terms of the [GNU General Public License version 2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)