Config key: faqs
This section configures the list of frequently asked questions in the apps help section
Types: (s) - string, (b) - boolean, (i) - integer
description
: (s: ‘') helper text displayed below FAQ headerquestions
: ([{}]: []) array of question objects with the following fieldsquestion
: (s: ‘') title/question stringanswer
: (s: ‘') answer to the question
"faqs": {
"description": "",
"questions": []
}