From d46ee9162ed0ca77206efe5b85efaf742ee918ad Mon Sep 17 00:00:00 2001 From: Blake Mason Date: Mon, 4 Apr 2022 14:38:22 -0700 Subject: [PATCH] [C] Add Canto Plugin Dam settings --- api/config/project/project.yaml | 9 ++++- ...-7754bae8-c6eb-4fbe-882b-236621e35f2d.yaml | 40 +++++++++++++++++++ 2 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 api/config/project/volumes/cantoDam--7754bae8-c6eb-4fbe-882b-236621e35f2d.yaml diff --git a/api/config/project/project.yaml b/api/config/project/project.yaml index 7cdad4ce..6a41618c 100644 --- a/api/config/project/project.yaml +++ b/api/config/project/project.yaml @@ -1,4 +1,4 @@ -dateModified: 1649091082 +dateModified: 1649108197 email: fromEmail: $EMAIL_FROM_ADDRESS fromName: $EMAIL_SENDER_NAME @@ -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 @@ -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 diff --git a/api/config/project/volumes/cantoDam--7754bae8-c6eb-4fbe-882b-236621e35f2d.yaml b/api/config/project/volumes/cantoDam--7754bae8-c6eb-4fbe-882b-236621e35f2d.yaml new file mode 100644 index 00000000..57d3d370 --- /dev/null +++ b/api/config/project/volumes/cantoDam--7754bae8-c6eb-4fbe-882b-236621e35f2d.yaml @@ -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