forked from gigascience/cms
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(gigascience#2): adding asset volume
- Loading branch information
Showing
2 changed files
with
92 additions
and
1 deletion.
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 |
---|---|---|
@@ -1,14 +1,39 @@ | ||
dateModified: 1697492071 | ||
dateModified: 1697493313 | ||
email: | ||
fromEmail: [email protected] | ||
fromName: 'GigaDB CMS' | ||
transportType: craft\mail\transportadapters\Sendmail | ||
fs: | ||
filesystemObjectStorage: | ||
hasUrls: true | ||
name: 'Object Storage Filesystem' | ||
settings: | ||
addSubfolderToRootUrl: true | ||
autoFocalPoint: false | ||
bucket: $OBJECT_STORAGE_BUCKET | ||
bucketSelectionMode: manual | ||
cfDistributionId: '' | ||
cfPrefix: '' | ||
expires: '' | ||
keyId: $OBJECT_STORAGE_KEY | ||
makeUploadsPublic: true | ||
region: $OBJECT_STORAGE_REGION | ||
secret: $OBJECT_STORAGE_SECRET_KEY | ||
storageClass: '' | ||
subfolder: '' | ||
type: craft\awss3\Fs | ||
url: $OBJECT_STORAGE_ENDPOINT | ||
meta: | ||
__names__: | ||
2c79ab96-cdb4-4f4d-b481-9137d17ee4d8: 'Image Files' # Image Files | ||
9d3df531-4efc-403f-9ce6-26de65b4c56e: 'GigaDB CMS' # GigaDB CMS | ||
794caefa-4c9a-4eca-8f28-00d0f726f290: Common # Common | ||
a546404d-d266-44e4-8043-45f37c896067: 'GigaDB CMS' # GigaDB CMS | ||
plugins: | ||
aws-s3: | ||
edition: standard | ||
enabled: true | ||
schemaVersion: '2.0' | ||
navigation: | ||
edition: standard | ||
enabled: true | ||
|
66 changes: 66 additions & 0 deletions
66
config/project/volumes/assetsImages--2c79ab96-cdb4-4f4d-b481-9137d17ee4d8.yaml
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,66 @@ | ||
fieldLayouts: | ||
cee93401-d04f-4bec-b55b-b5976f3bdafa: | ||
tabs: | ||
- | ||
elementCondition: null | ||
elements: | ||
- | ||
autocapitalize: true | ||
autocomplete: false | ||
autocorrect: true | ||
class: null | ||
disabled: false | ||
elementCondition: null | ||
id: null | ||
instructions: null | ||
label: null | ||
max: null | ||
min: null | ||
name: null | ||
orientation: null | ||
placeholder: null | ||
readonly: false | ||
requirable: false | ||
size: null | ||
step: null | ||
tip: null | ||
title: null | ||
type: craft\fieldlayoutelements\assets\AssetTitleField | ||
uid: f9162df6-36ed-4702-9c60-0fb479d1fb4c | ||
userCondition: null | ||
warning: null | ||
width: 100 | ||
- | ||
attribute: alt | ||
class: null | ||
cols: null | ||
disabled: false | ||
elementCondition: null | ||
id: null | ||
instructions: null | ||
label: null | ||
name: null | ||
orientation: null | ||
placeholder: null | ||
readonly: false | ||
requirable: true | ||
required: false | ||
rows: null | ||
tip: null | ||
title: null | ||
type: craft\fieldlayoutelements\assets\AltField | ||
uid: 8a45dfe8-33a0-491b-bc30-18bf965d73a0 | ||
userCondition: null | ||
warning: null | ||
width: 100 | ||
name: Content | ||
uid: e590f773-e2d2-4886-9c12-f73871f893ce | ||
userCondition: null | ||
fs: filesystemObjectStorage | ||
handle: assetsImages | ||
name: 'Image Files' | ||
sortOrder: 1 | ||
titleTranslationKeyFormat: null | ||
titleTranslationMethod: site | ||
transformFs: '' | ||
transformSubpath: /transforms |