Picturepark DAM
Browse and select assets from a Picturepark digital asset management library directly inside Drupal's media library. Selected assets become media entities that stay on the Picturepark CDN.
Editors click a Picturepark button on the media add form, pick one or more assets in the Picturepark content picker, and the module creates the corresponding media entities. Files are referenced by URL rather than copied into the local file system, so Drupal never holds a second copy of your library.
Features
- Two media types, Picturepark image and Picturepark file, installed ready to use.
- Picturepark content picker embedded in the media library add form, with multi-asset selection.
- Assets stay remote. Nothing is downloaded into the local file system.
- Thumbnails are built from a small remote rendition instead of the full original, so media library listings stay fast.
- Asset metadata is stored alongside each media item: original file name, asset URL, Picturepark content ID for linking back to the DAM, thumbnail URL, and image dimensions.
- Every URL returned by the picker is validated server side against the configured Picturepark domain before any entity is created.
Post-Installation
- Go to Configuration → Media → Picturepark DAM (
/admin/config/media/picturepark) and enter your Picturepark domain, for examplemycompany.picturepark.com. Enter the host only, with no scheme, port or path. The administer picturepark_dam settings permission is required. - Grant editors access to the two new media types through the usual media permissions.
The domain is more than a convenience setting: it is the boundary that decides which URLs the site will store and fetch. Only HTTPS URLs whose host equals, or is a subdomain of, the configured domain are accepted, and if no domain is set nothing is accepted at all.
Further guidance is available at /admin/help/picturepark_dam when the core Help module is enabled.
Additional Requirements
- Drupal 10.3 or later, or Drupal 11
- PHP 8.1 or later
- Core modules: File, Image, Media Library
- A Picturepark tenant with the content picker enabled
Recommended modules/libraries
Two contributed modules are required and are installed automatically when you use Composer: