Skip to content

Releases: sitegeist/Sitegeist.StageFog

Remove unused "use" statements

16 Dec 22:48
7882229
Compare
Choose a tag to compare
v1.1.1

BIGFIX: Remove unused use statements

Reload also after deleting nodes

11 Oct 08:17
7b6c6f4
Compare
Choose a tag to compare
Merge pull request #1 from mwuest/feature/reloadOnDelete

TASK - add reload behaviour on node deletion

Initial release

13 Jul 13:29
Compare
Choose a tag to compare
FEATURE: Reload the whole document if specific nodes are changed

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

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