Hi I want to write an AEM bundle that listens to page publish events.I got this boilerplate code from chat GPT but I'm not sure what should be the event topic @component(immediate = true, service = EventHandler.class,
property = {
"event.topics=" + PageEvent.TOPIC,
"e...