Hi,
we have some “BoxSlider” used as ContentCollection type and in this collection the user can add “BoxItems” as sub nodes. If the user rearranges the box items, for example moves some box item higher up before some other box item, then the Frontend preview in the Editor does not rerender properly. The user always need to refresh the whole page manually and then the Frontend displays this BoxSlider correctly again.
Is it possible to somehow use the “reloadPageIfChanged” trigger in the node type definition if also the ordering of the nodes inside a ContentCollection has changed? What would be the recommended approach?
Thanks for your help and hints!