Download the PHP package wwwision/neos-assetsource-pimcore without Composer
On this page you can find all versions of the php package wwwision/neos-assetsource-pimcore. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download wwwision/neos-assetsource-pimcore
More information about wwwision/neos-assetsource-pimcore
Files in wwwision/neos-assetsource-pimcore
Package neos-assetsource-pimcore
Short Description Pimcore asset source for Neos CMS
License GPL-3.0-or-later
Informations about the package neos-assetsource-pimcore
Wwwision.Neos.AssetSource.Pimcore
Pimcore asset source for Neos CMS
Setup
Install package via composer
Configure Pimcore asset source
In a global (or site specific) Settings.yaml
:
Note: Additional options for the HTTP client can be defined via additionalConfiguration
. For example in order to disable SSL checks:
(Optionally) disable Neos asset source
If the Pimcore asset source should be used exlusivly, the built-in "neos" asset source can be disabled globally via Settings.yaml
:
Pimcore
For the Pimcore API to work with this package, the following steps are required
Active GraphQL configuration
A Datahub GraphQL configuration is required with Read access to the Assset
, Asset Folder
and Asset Listing
types at least
Image Thumbnail configurations
Two image thumbnail configurations should be created, in order to provide a good UX in the Neos backend:
thumbnail
with a Contain transformation of 250x250 pxpreview
with a Cover transformation of 1200x1200 px
Alternatively, the thumbnailConfigurationName
and/or previewThumbnailConfigurationName
options can be specified to use different thumbnail configurations:
Acknowledgements
The development of this package was generously sponsored by Marktplatz GmbH - Agentur für Web & App. Thank you for supporting Open Source development!
Contribution
Contributions in the form of issues or pull requests are highly appreciated
License
See LICENSE
All versions of neos-assetsource-pimcore with dependencies
ext-json Version *
neos/neos Version ^7.0 || ^8.0
guzzlehttp/guzzle Version ^7.3
webmozart/assert Version ^1.10