visol/neos-assetcollectionhelpers

Last activity 07 Sep 2021 1 1 7
composer require visol/neos-assetcollectionhelpers

Neos package that helps dealing with cache invalidation of AssetCollections used in content

1.0.0

Version
1.0.0
Type
neos-package
Release Date
Mar 05, 2018 16:45
Source
git
Distribution
zip
Requires
  • neos/media-browser: ~3.3 || dev-master
MIT 66f3e8d694bdc55400dd5f5f0208f1a20ea14493

Readme excerpt

AssetCollectionHelpers

This Neos package solves some problems when dealing with AssetCollections nodes.

In Neos, it is possible to select any entity in the SelectBoxEditor. AssetCollections in Neos are entities and they are very useful if you want to provide file list or galleries without selecting each file manually.

The only problem is that the content cache is not aware of the following changes:

  • An Asset of an AssetCollection is edited/deleted/replaced
  • An Asset is added to/removed from an AssetCollection

Therefore, if you e.g. upload a new Asset to an existing AssetCollection, your file list will still display only the files present …
Read more

The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 6 package(s).