I have a template that loops through child pages of a structured collection with the {{ children }} tag. Unfortunately, the augmentation hook doesn't trigger and the child pages are not added as tags to the CacheTracker. Adding the hook for the Statamic\Structures\Page-class fixes that.
I have a template that loops through child pages of a structured collection with the
{{ children }}
tag. Unfortunately, the augmentation hook doesn't trigger and the child pages are not added as tags to the CacheTracker. Adding the hook for theStatamic\Structures\Page
-class fixes that.