Skip to content
Snippets Groups Projects
Forked from project / faqfield
1 commit ahead of the upstream repository.
user avatar
Kasper Garnæs authored
This allows the Editor module to pick up formatted text in the FAQ
answers. This is turn will detect any files embedded within the 
formatted text and mark the files as permanent as track where they are
used.

Having files marked as permanent will prevent them from being deleted
automatically during garbage collection.

This change depends on changes suggested in
https://www.drupal.org/project/drupal/issues/2732429.
efef589a
History
-- SUMMARY --

FAQ Field

This module provides a field for frequently asked questions.
Added, you can create simple but smooth FAQs on any piece of content.

-- REQUIREMENTS --

The core field module.


-- How to use it? --

Install as usual, see http://drupal.org/node/895232 for further information.

Configuration
  No configuration needed.

Usage
  You can add the field to any entity (eg. content type, users, ..) as usual.
  On the fields settings you can choose what kind of answer input widget should
  be used and how it should be filtered. If you choose a formatable textarea
  you can configure the default filter by the default value preview on the field
  settings page and there are several advanced options you can make use of.

  You have the choise of two display formatters:
  - Accordion (jQuery JavaScript animated show / hide) [Default]
  - Simple text (none formatted, simple output for custom theming)
  - Definition list (typical <dl> FAQ list)
  - Anchor list (a FAQ with anchor link list)
  If you are using accordion you can modify its behaviour easily by the display
  settings.