@jxsuite/studio 0.23.1 → 0.23.2
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/dist/studio.js +5 -5
- package/dist/studio.js.map +3 -3
- package/package.json +4 -4
- package/src/browse/browse.js +1 -1
- package/src/utils/studio-utils.js +3 -3
package/dist/studio.js
CHANGED
|
@@ -256831,17 +256831,17 @@ var project_schema_default = {
|
|
|
256831
256831
|
type: "object"
|
|
256832
256832
|
},
|
|
256833
256833
|
contentTypes: {
|
|
256834
|
-
description: "Content type definitions. Each key is a content type name; the value defines the source
|
|
256834
|
+
description: "Content type definitions. Each key is a content type name; the value defines the source directory, frontmatter schema, and element dependencies.",
|
|
256835
256835
|
type: "object",
|
|
256836
256836
|
additionalProperties: {
|
|
256837
256837
|
type: "object",
|
|
256838
256838
|
properties: {
|
|
256839
256839
|
source: {
|
|
256840
|
-
description: "
|
|
256840
|
+
description: "Path to the content directory relative to the project root.",
|
|
256841
256841
|
type: "string",
|
|
256842
256842
|
examples: [
|
|
256843
|
-
"./blog
|
|
256844
|
-
"./docs
|
|
256843
|
+
"./content/blog/",
|
|
256844
|
+
"./content/docs/"
|
|
256845
256845
|
]
|
|
256846
256846
|
},
|
|
256847
256847
|
schema: {
|
|
@@ -311145,5 +311145,5 @@ effect(() => {
|
|
|
311145
311145
|
scheduleAutosave();
|
|
311146
311146
|
});
|
|
311147
311147
|
|
|
311148
|
-
//# debugId=
|
|
311148
|
+
//# debugId=9E9829984105751D64756E2164756E21
|
|
311149
311149
|
//# sourceMappingURL=studio.js.map
|