Skip to content

Commit

Permalink
feat(gigascience#2): adding asset volume
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienne committed Oct 16, 2023
1 parent a7561aa commit 22c2037
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 1 deletion.
27 changes: 26 additions & 1 deletion config/project/project.yaml
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
Expand Down
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

0 comments on commit 22c2037

Please sign in to comment.