Download the PHP package internezzo/childreload without Composer
On this page you can find all versions of the php package internezzo/childreload. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download internezzo/childreload
More information about internezzo/childreload
Files in internezzo/childreload
Download internezzo/childreload
More information about internezzo/childreload
Files in internezzo/childreload
Vendor internezzo
Package childreload
Short Description Neos CMS package that helps to reload the page on change of any of the child nodes of the specific nodetype
License GPL-3.0-or-later
Package childreload
Short Description Neos CMS package that helps to reload the page on change of any of the child nodes of the specific nodetype
License GPL-3.0-or-later
Please rate this library. Is it a good library?
Informations about the package childreload
Internezzo.ChildReload
Sometimes the rendering of your base node depends on the number of child nodes underneath it. So when adding or removing children, you would want your whole page to reload. This package helps you to accomplish just that.
Usage
composer require internezzo/childreload
- Modify your base nodetype like this:
Voila! When any of the child nodes were added or removed, the page would reload.
The package only works with the modern Neos UI starting with Neos 3.3
Development
Go to Resources/Private/JavaScript/ChildReload
and run yarn watch
or yarn build
to recompile the JS assets.
All versions of childreload with dependencies
PHP Build Version
Package Version
Requires
neos/neos Version
>=3.3
The package internezzo/childreload contains the following files
Loading the files please wait ....