As an experiment, the \GrowthExperiments\Config\ConfigHooks::onPageSaveComplete hook should be migrated to use the new PageUpdated event.
Example from the Linter extension: EXP: use new event listener mechanism
TODO: link documentation here
Acceptance criteria:
- Change the \GrowthExperiments\Config\ConfigHooks::onPageSaveComplete to the PageUpdated event
- Investigate and document here what would happen if there were a problem with that hook and how we would notice that.
- (optional) Share any feedback/thoughts/concerns/feelings you may have about how the new system.
Notes:
- Is that hook defacto part of the legacy CommunityConfiguration 1.0? If so, it might not actually do much in practice.