summaryrefslogtreecommitdiffstats
path: root/modules-available/support/faq.json
diff options
context:
space:
mode:
authorSimon Rettberg2016-05-03 19:03:09 +0200
committerSimon Rettberg2016-05-03 19:03:09 +0200
commit50404f3b23b7fd6aeae4c9d2f6df0ea25e984e66 (patch)
tree05e99fdffa696434960d7c77966c0bc36d6339e8 /modules-available/support/faq.json
parentSecond half of merge.... (diff)
downloadslx-admin-50404f3b23b7fd6aeae4c9d2f6df0ea25e984e66.tar.gz
slx-admin-50404f3b23b7fd6aeae4c9d2f6df0ea25e984e66.tar.xz
slx-admin-50404f3b23b7fd6aeae4c9d2f6df0ea25e984e66.zip
WIP
Diffstat (limited to 'modules-available/support/faq.json')
-rw-r--r--modules-available/support/faq.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/modules-available/support/faq.json b/modules-available/support/faq.json
new file mode 100644
index 00000000..1c1d372f
--- /dev/null
+++ b/modules-available/support/faq.json
@@ -0,0 +1,19 @@
+{
+ "faq": [
+ {"question": "Este é o FAQ",
+ "answer": "Ao clicar em cada uma pergunta, elas se expandem exibindo as respostas!",
+ "order": "One",
+ "highlight": true
+ },
+ {"question": "Por enquanto não há nada por aqui (ツ)_/¯ ",
+ "answer": "As perguntas serão adicionadas conforme as dúvidas forem surgindo",
+ "order": "Two",
+ "highlight": true
+ },
+ {"question": "Nem todas as perguntas estarão aqui",
+ "answer": "Se tiver uma dúvida que não está no FAQ, envie um e-mail clicando no botão abaixo ;)",
+ "order": "Three",
+ "highlight": false
+ }
+ ]
+}