Sitecore-FotoWare-Extension
Description
With this module you can import images managed in FotoWare DAM directly into your Sitecore media library.
Features
- Select and import single image along with related meta-data
- Edit image (Crop, Resize, Add Filters) with FotoWare-Tools before importing
- Synchronize imported data with FotoWare
Supported Sitecore Field-Types
- Image
- RichText
Demo
Requirements
- Sitecore 9.1 (might work for other versions, was programmed against Sitecore 9.1 Initial Release)
- Sitecore Powershell Extensions (https://doc.sitecorepowershell.com/)
- FotoWare with "Non-interactive" authorization (more Informations here)
Installation Guide
1. Download package and install
First you have to Download the package here and install it with the Sitecore installation wizard. Please notice, that the package is only tested with Sitecore 9.1.*.
2. Set following configurations in Sitecore and replace with your data:
<setting name="Foundation.FotoWareExtensions.FotoWare.TenantUrl" value="YOUR_FOTOWARE_BASE_URL" />
<setting name="Foundation.FotoWareExtensions.FotoWare.ClientId" value="YOUR_FOTOWARE_NON_INTERACTIVE_CLIENT_ID" />
<setting name="Foundation.FotoWareExtensions.FotoWare.ClientSecret" value="YOUR_FOTOWARE_NON_INTERACTIVE_CLIENT_SECRET" />
Optional configurations:
Set content leanguage (default de-DE):
<setting name="Foundation.FotoWareExtensions.Language" value="YOUR_LANGUAGE" />
Set path for import (default /sitecore/media library/FotoWare):
<setting name="Foundation.FotoWareExtensions.TargetPath" value="YOUR_PATH" />
3. Setup Image-Field
Go to all templates where you want to use the FotoWare-Import. Then change the type from "Image" to "FotoWare Image" (see Screenshot).
4. Setup RichText-Field
- Go to Core-Database and open Content Editor.
- Go to /sitecore/system/Settings/Html Editor Profiles
- Select your profile for example "Rich Text default" and expand it.
- Select "Toolbar 1" and expand it.
- Search for "Insert Sitecore Media" and duplicate it.
- Change "InsertSitecoreMedia" in field "Click" to "ImportFotoWareImage".
- Optional you can change the Icon and Displayname for a better experience.
Contributers
- Mattheo Brajko
- Christopher Huemmer