@cloudcannon/configuration-types
Advanced tools
Comparing version 0.0.14 to 0.0.15
{ | ||
"name": "@cloudcannon/configuration-types", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "Contains TypeScript declarations and generates JSONSchema files for the CloudCannon configuration file.", | ||
@@ -5,0 +5,0 @@ "author": "CloudCannon <support@cloudcannon.com>", |
@@ -1207,3 +1207,3 @@ import Scrapbooker from '@cloudcannon/snippet-types'; | ||
*/ | ||
path: string; | ||
path?: string; | ||
/** | ||
@@ -1237,7 +1237,12 @@ * Adds to the available data placeholders coming from the file. Entry values follow the same | ||
/** | ||
* Prevents this collection from being assigned output URLs. Doing so will remove the | ||
* Visual Editor as a possible option, and hide any UI elements referring to the output URL for a file. | ||
* Prevents this collection from being assigned output URLs. Doing so will remove the Visual | ||
* Editor as a possible option, and hide any UI elements referring to the output URL for a file. | ||
*/ | ||
disable_url?: boolean; | ||
/** | ||
* If set, includes files usually reserved for your SSG and developer tooling as part of this | ||
* collection. These files can then be filtered with `glob`. | ||
*/ | ||
include_developer_files?: boolean; | ||
/** | ||
* The display name of this collection. Used in headings and in the context menu for items in the | ||
@@ -1244,0 +1249,0 @@ * collection. This is optional as CloudCannon auto-generates this from the collection key. |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1866066
48767