@cloudcannon/configuration-types 0.0.45 → 0.0.47
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/cloudcannon-collections.schema.json +1 -1
- package/dist/cloudcannon-config.documentation.schema.json +1 -1
- package/dist/cloudcannon-config.latest.schema.json +1 -1
- package/dist/cloudcannon-config.legacy-eleventy.schema.json +1 -1
- package/dist/cloudcannon-config.legacy-hugo.schema.json +1 -1
- package/dist/cloudcannon-config.legacy-jekyll.schema.json +1 -1
- package/dist/cloudcannon-config.legacy-reader.schema.json +1 -1
- package/dist/documentation.json +3122 -510
- package/package.json +1 -1
- package/src/collections.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudcannon/configuration-types",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.47",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Contains TypeScript declarations and generates JSONSchema files for the CloudCannon configuration file.",
|
|
6
6
|
"author": "CloudCannon <support@cloudcannon.com>",
|
package/src/collections.ts
CHANGED
|
@@ -231,7 +231,7 @@ export const CollectionConfigSchema = z
|
|
|
231
231
|
description:
|
|
232
232
|
'This key defines which Schemas are available to populate files in this Collection.',
|
|
233
233
|
}),
|
|
234
|
-
|
|
234
|
+
schemas_from_glob: z.array(z.string()).optional(),
|
|
235
235
|
schema_key: z.string().optional().meta({
|
|
236
236
|
description:
|
|
237
237
|
'This key defines the name for the structured data key that references the Schema a file uses.',
|