CategoriesForm.php |
src/Form/CategoriesForm.php |
Drupal\faq\Form |
|
core.entity_form_display.node.faq.default.yml |
config/install/core.entity_form_display.node.faq.default.yml |
|
config/install/core.entity_form_display.node.faq.default.yml |
core.entity_view_display.node.faq.default.yml |
config/install/core.entity_view_display.node.faq.default.yml |
|
config/install/core.entity_view_display.node.faq.default.yml |
faq-category-hide-answer.html.twig |
templates/faq-category-hide-answer.html.twig |
|
Template file for the FAQ page if set to show/hide categorized answers when
the question is clicked. |
faq-category-new-page.html.twig |
templates/faq-category-new-page.html.twig |
|
Template file for the FAQ page if set to show the categorized answer in a
new page. |
faq-category-questions-inline.html.twig |
templates/faq-category-questions-inline.html.twig |
|
Template file for the FAQ page if set to show categorized questions inline. |
faq-category-questions-top-answers.html.twig |
templates/faq-category-questions-top-answers.html.twig |
|
Template file for the answers section of the FAQ page if set to show
categorized questions at the top of the page. |
faq-category-questions-top.html.twig |
templates/faq-category-questions-top.html.twig |
|
Template file for the questions section of the FAQ page if set to show
categorized questions at the top of the page. |
faq-draggable-question-order-table.html.twig |
templates/faq-draggable-question-order-table.html.twig |
|
Template file for the questions reorder page. |
faq-hide-answer.html.twig |
templates/faq-hide-answer.html.twig |
|
Template file for the FAQ page if set to show/hide the answers when the
question is clicked. |
faq-new-page.html.twig |
templates/faq-new-page.html.twig |
|
Template file for the FAQ page if set to show the answer in a new page. |
faq-page.html.twig |
templates/faq-page.html.twig |
|
Template file for wrapping FAQ pages |
faq-questions-inline.html.twig |
templates/faq-questions-inline.html.twig |
|
Template file for the FAQ page if set to show the questions inline. |
faq-questions-top.html.twig |
templates/faq-questions-top.html.twig |
|
Template file for the FAQ page if set to show the questions
in a list at the top |
faq.css |
css/faq.css |
|
.faq-category-indent {
padding-left: 20px;
}
.faq-more-link {
font-size: 0.85em;
margin-left: 30em;
margin-top: 0;
margin-bottom: -1.25em;
text-align: right;
}
.faq-top-link {
font-size: 0.8em;
margin-top:0;
margin-bottom: 0;
… |
faq.hide_answer.inc |
includes/faq.hide_answer.inc |
|
FAQ page callbacks for the "hide answer" layouts. |
faq.info.yml |
faq.info.yml |
|
faq.info.yml |
faq.install |
faq.install |
|
FAQ module install file. |
faq.libraries.yml |
faq.libraries.yml |
|
faq.libraries.yml |
faq.links.menu.yml |
faq.links.menu.yml |
|
faq.links.menu.yml |
faq.links.task.yml |
faq.links.task.yml |
|
faq.links.task.yml |
faq.module |
faq.module |
|
The FAQ module allows users to create a FAQ page, with questions and answers
displayed in different styles, according to the settings. |
faq.new_page.inc |
includes/faq.new_page.inc |
|
FAQ page callbacks for the "new page" layouts. |
faq.permissions.yml |
faq.permissions.yml |
|
faq.permissions.yml |
faq.questions_inline.inc |
includes/faq.questions_inline.inc |
|
FAQ page callbacks for the "questions inline" layouts. |
faq.questions_top.inc |
includes/faq.questions_top.inc |
|
FAQ page callbacks for the "questions top" layouts. |
faq.routing.yml |
faq.routing.yml |
|
faq.routing.yml |
faq.settings.yml |
config/install/faq.settings.yml |
|
config/install/faq.settings.yml |
FaqCategoriesBlock.php |
src/Plugin/Block/FaqCategoriesBlock.php |
Drupal\faq\Plugin\Block |
|
FaqController.php |
src/Controller/FaqController.php |
Drupal\faq\Controller |
|
FaqHelper.php |
src/FaqHelper.php |
Drupal\faq |
|
FaqViewer.php |
src/FaqViewer.php |
Drupal\faq |
|
field.field.node.faq.body.yml |
config/install/field.field.node.faq.body.yml |
|
config/install/field.field.node.faq.body.yml |
field.field.node.faq.field_detailed_question.yml |
config/install/field.field.node.faq.field_detailed_question.yml |
|
config/install/field.field.node.faq.field_detailed_question.yml |
field.storage.node.field_detailed_question.yml |
config/install/field.storage.node.field_detailed_question.yml |
|
config/install/field.storage.node.field_detailed_question.yml |
GeneralForm.php |
src/Form/GeneralForm.php |
Drupal\faq\Form |
|
node.type.faq.yml |
config/install/node.type.faq.yml |
|
config/install/node.type.faq.yml |
OrderForm.php |
src/Form/OrderForm.php |
Drupal\faq\Form |
|
QuestionsForm.php |
src/Form/QuestionsForm.php |
Drupal\faq\Form |
|
README.txt |
README.txt |
|
This is experimental 8.x-1.x branch for FAQ module. |