Skip to content

Drupal 8 module that provides an easy way to build simple FAQ like list pages.

Notifications You must be signed in to change notification settings

vijaycs85/simplelist

Repository files navigation

Simple List

Build Status

Overview

Simplelist module provides set of configurations to create simple list page like drupal.org 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 module to list/order snippets and 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

Simplelist

Contributors

Feel free to open an issue or pull request to improve, add new features and bug fixes.

License

This project is distributed under the terms of the GNU General Public License version 2

About

Drupal 8 module that provides an easy way to build simple FAQ like list pages.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published