You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manifest.json
+12-2Lines changed: 12 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"manifest": "1",
3
-
"version": "1.3.2",
3
+
"version": "1.3.3",
4
4
"locale": {
5
5
"default": "en-us",
6
6
"supported": [
@@ -11,7 +11,7 @@
11
11
{
12
12
"path": "files",
13
13
"name": "FAQ",
14
-
"version": "1.3.2",
14
+
"version": "1.3.3",
15
15
"settings": {
16
16
"config": {},
17
17
"properties": [
@@ -71,6 +71,16 @@
71
71
]
72
72
}
73
73
]
74
+
},
75
+
"tutorial": {
76
+
"introduction": "Save space on your site and present your Frequently Asked Questions in style.",
77
+
"type": "steps",
78
+
"content": [
79
+
"Select the number of questions for your FAQ. You can use the + and - buttons to adjust the amount or click directly into the number field to type in a number.",
80
+
"Configure the look of the app. You can choose one of three different display styles and set the background colors for the question and answer areas.",
81
+
"Enter your questions and answers. Click on one of the items to enter your own question and its corresponding answer. You can change the color and style of the text using the text editing toolbar."
0 commit comments