@pie-element/categorize 6.7.3-next.1300 → 6.7.3-next.1302
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 +3 -4
- package/package.json +2 -2
package/docs/config-schema.json
CHANGED
|
@@ -185,9 +185,8 @@
|
|
|
185
185
|
"title": "categoryLabel"
|
|
186
186
|
}
|
|
187
187
|
}
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
"showPrompt": {
|
|
188
|
+
},
|
|
189
|
+
"showPrompt": {
|
|
191
190
|
"description": "Determines whether prompt field will be displayed or not",
|
|
192
191
|
"default": true,
|
|
193
192
|
"type": "boolean",
|
|
@@ -261,4 +260,4 @@
|
|
|
261
260
|
}
|
|
262
261
|
},
|
|
263
262
|
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
264
|
-
}
|
|
263
|
+
}
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "6.7.3-next.
|
|
7
|
+
"version": "6.7.3-next.1302+83c350510",
|
|
8
8
|
"description": "",
|
|
9
9
|
"author": "pie framework developers",
|
|
10
10
|
"license": "ISC",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"react-dnd": "^9.3.2",
|
|
25
25
|
"react-dom": "^16.8.1"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "83c35051036a51c74c32391cf9b4bf58c7f34e03",
|
|
28
28
|
"scripts": {
|
|
29
29
|
"postpublish": "../../scripts/postpublish"
|
|
30
30
|
},
|