-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Read the CloudCannon documentation for more information on how to use this file: | ||
# https://cloudcannon.com/documentation/articles/setting-global-configuration/?ssg=SvelteKit | ||
|
||
# Collections are related sets of content files, typically grouped by folder. | ||
# Here you can define your collections, as well as any | ||
# CloudCannon configuration specific to those collections. | ||
collections_config: {} | ||
|
||
# Control which collections are displayed in the CloudCannon site navigation, | ||
# and how those collections are grouped. | ||
collection_groups: | ||
|
||
# Control which data sets are available to populate select and multiselect inputs. | ||
data_config: | ||
|
||
# Base path to your source files, relative to the root folder of your repository. | ||
source: | ||
|
||
# The locations of various types of files within your site. | ||
# Each path is relative to your site's source folder. | ||
paths: | ||
data: '' | ||
collections: '' | ||
layouts: null | ||
static: '' | ||
uploads: uploads | ||
|
||
# Lets you control the look and behaviour of the Source Editor. | ||
source_editor: | ||
|
||
# Timezone of your site in IANA format. This is used by date and datetime inputs | ||
# within the CloudCannon Data Editor. | ||
timezone: Etc/UTC |