@pie-element/drag-in-the-blank 3.10.3-next.874 → 3.10.3-next.884
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/config-schema.json +15 -0
- package/docs/config-schema.json.md +12 -0
- package/package.json +2 -2
package/docs/config-schema.json
CHANGED
|
@@ -131,6 +131,21 @@
|
|
|
131
131
|
}
|
|
132
132
|
}
|
|
133
133
|
},
|
|
134
|
+
"minChoices": {
|
|
135
|
+
"description": "Minimum number of choices",
|
|
136
|
+
"type": "number",
|
|
137
|
+
"title": "minChoices"
|
|
138
|
+
},
|
|
139
|
+
"maxChoices": {
|
|
140
|
+
"description": "Maximum number of choices",
|
|
141
|
+
"type": "number",
|
|
142
|
+
"title": "maxChoices"
|
|
143
|
+
},
|
|
144
|
+
"maxResponseAreas": {
|
|
145
|
+
"description": "Maximum number of response areas",
|
|
146
|
+
"type": "number",
|
|
147
|
+
"title": "maxResponseAreas"
|
|
148
|
+
},
|
|
134
149
|
"showPrompt": {
|
|
135
150
|
"description": "Determines whether prompt field will be displayed or not",
|
|
136
151
|
"default": true,
|
|
@@ -98,6 +98,18 @@ Indicates if the item has to be displayed in the Settings Panel
|
|
|
98
98
|
|
|
99
99
|
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
100
100
|
|
|
101
|
+
# `minChoices` (number)
|
|
102
|
+
|
|
103
|
+
Minimum number of choices
|
|
104
|
+
|
|
105
|
+
# `maxChoices` (number)
|
|
106
|
+
|
|
107
|
+
Maximum number of choices
|
|
108
|
+
|
|
109
|
+
# `maxResponseAreas` (number)
|
|
110
|
+
|
|
111
|
+
Maximum number of response areas
|
|
112
|
+
|
|
101
113
|
# `showPrompt` (boolean)
|
|
102
114
|
|
|
103
115
|
Determines whether prompt field will be displayed or not
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"repository": "pie-framework/pie-elements",
|
|
7
|
-
"version": "3.10.3-next.
|
|
7
|
+
"version": "3.10.3-next.884+78a777cb1",
|
|
8
8
|
"description": "",
|
|
9
9
|
"scripts": {
|
|
10
10
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"author": "",
|
|
27
27
|
"license": "ISC",
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "78a777cb177a8c54a4b243aac4cba7f61fed8f87",
|
|
29
29
|
"main": "lib/index.js",
|
|
30
30
|
"module": "src/index.js"
|
|
31
31
|
}
|