@cloudcannon/configuration-types
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "@cloudcannon/configuration-types", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Contains TypeScript declarations and generates JSONSchema files for the CloudCannon configuration file.", | ||
@@ -5,0 +5,0 @@ "author": "CloudCannon <support@cloudcannon.com>", |
@@ -794,3 +794,3 @@ import Scrapbooker from '@cloudcannon/snippet-types'; | ||
groups?: ObjectInputGroup[]; | ||
/** | ||
@@ -800,3 +800,3 @@ * Controls which order input groups and ungrouped inputs appear in. | ||
place_groups_below?: boolean; | ||
/** | ||
@@ -888,3 +888,4 @@ * Controls whether or not labels on mutable object entries are formatted. | ||
/** | ||
* When set to true, CloudCannon will reference files relative to the path of the file they were uploaded to. | ||
* When set to true, CloudCannon will reference files relative to the path of the file they were | ||
* uploaded to. | ||
*/ | ||
@@ -1466,2 +1467,4 @@ uploads_use_relative_path?: boolean; | ||
| 'static' | ||
| 'other' | ||
| 'legacy' | ||
| 'unknown'; | ||
@@ -1468,0 +1471,0 @@ |
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
1918224
49453