faq_ask.settings.yml in FAQ_Ask 8
config/install/faq_ask.settings.yml
6 string references to 'faq_ask.settings'
- ExpertsForm::buildForm in src/
Form/ ExpertsForm.php - Form constructor.
- FaqAskController::askAnswerViewSettings in src/
Controller/ FaqAskController.php - This function is called when an expert selects a question to answer.
- faq_ask_form_node_faq_form_alter in ./
faq_ask.module - Implements hook_form_FORM_ID_alter().
- faq_ask_node_insert in ./
faq_ask.module - Implements hook_node_insert().
- faq_ask_node_update in ./
faq_ask.module - Implements hook_node_update().
File
config/install/faq_ask.settings.ymlView source
- title: 'Frequently Asked Questions'
- description: ''
- custom_breadcrumbs: TRUE
-
- expert_role: 'authenticated'
- vocabularies: 0
- title_len: 0
- suggest: 0
- notify: 0
- default_expert: 1
- unanswered_count: 0
- categorize: FALSE
- expert_own: 0
- notify_asker: 0
- notify_asker_simplenews_tid: 0
- notify_asker_simplenews_confirm: 1
- notify_by_cron: TRUE
- unanswered: 'Not answered yet.'
- expert_advice: 'If you select a question, you must answer it.'
- admin_advice: 'You are allowed to edit unanswered questions.'
- asker_advice: 'You may edit your own questions until they are answered.'
- help_text: 'Add a question for our expert to answer. After being answered, your question and the answer will be displayed in the FAQ pages. If the question will not fit in the box below, please try to rephrase it.'