Skip to content

Commit

Permalink
[C] Add Canto Plugin Dam settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake Mason committed Apr 4, 2022
1 parent 130e641 commit d46ee91
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1 deletion.
9 changes: 8 additions & 1 deletion api/config/project/project.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dateModified: 1649091082
dateModified: 1649108197
email:
fromEmail: $EMAIL_FROM_ADDRESS
fromName: $EMAIL_SENDER_NAME
Expand Down Expand Up @@ -144,6 +144,7 @@ meta:
6908c928-e76b-4692-ae6f-e3d8c994d0ce: Row # Row
7445fb64-f649-42e7-9751-28d742d27a85: 'Email Subscription' # Email Subscription
7742b942-2b47-4222-9105-40dd3da899ac: 'Related Item' # Related Item
7754bae8-c6eb-4fbe-882b-236621e35f2d: 'Canto DAM' # Canto DAM
7970cd65-7a96-418a-8581-d6df4e039e6d: 'Plain Text' # Plain Text
8096dc6c-f1bd-4d24-8add-7df7f190a17c: Jobs # Jobs
8145b1c9-cb8f-4c86-91ba-34fe5ded34e6: Homepage # Homepage
Expand Down Expand Up @@ -1355,6 +1356,12 @@ plugins:
edition: standard
enabled: true
schemaVersion: 1.0.0
settings:
appId: $CANTO_APP_ID
authEndpoint: $CANTO_AUTH_ENDPOINT
damVolume: cantoDam
retrieveAssetMetadataEndpoint: $CANTO_ASSET_ENDPOINT
secretKey: $CANTO_SECRET_KEY
system:
edition: pro
live: true
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
fieldLayouts:
20979f8e-10d5-4ac3-9946-bb661cd56a3d:
tabs:
-
elements:
-
autocapitalize: true
autocomplete: false
autocorrect: true
class: null
disabled: false
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\AssetTitleField
warning: null
width: 100
name: Content
sortOrder: 1
handle: cantoDam
hasUrls: true
name: 'Canto DAM'
settings:
quickTest: eric
sortOrder: 9
titleTranslationKeyFormat: null
titleTranslationMethod: site
type: rosas\dam\volumes\DAMVolume
url: $CANTO_ASSET_BASEURL

0 comments on commit d46ee91

Please sign in to comment.