sitegeist/stagefog

Control reloading when nodes are modified

Installs: 35 439

Dependents: 0

Suggesters: 1

Security: 0

Stars: 4

Watchers: 4

Forks: 1

Open Issues: 0

Type:neos-package

v1.1.1 2020-12-16 22:48 UTC

This package is auto-updated.

Last update: 2024-04-17 05:41:51 UTC


README

Control reloading of Nodes Documents when children are changed

This package helps to tackle cases where nodes have to be rendered with the containing collection or the whole document.

Possible reasons for doing this are js-interactions (Maps/Sliders etc.) or complex fusion-rendering where a child node is rendered in multiple places of a document.

Please use this with care, this is for exceptional conditions only

Authors & Sponsors

The development and the public-releases of this package is generously sponsored by our employer https://www.sitegeist.de.

Configuration

If a node or one of the parent-nodes (until the document) has the following configuration option the partial reloading for this nodes is skipped and the whole document is reloaded instead.

Vendor.Site:Content.ExampleCollection:
  options:
    reloadPageIfChanged: TRUE

Installation

Sitegeist.StageFog is available via packagist. Run composer require sitegeist/stagefog. We use semantic-versioning so every breaking change will increase the major-version number.

Contribution

We will gladly accept contributions. Please send us pull requests.