Tried this (in `config.php`):
‘hooks’ => [
‘page.create:after’ => function ($newPage) {
$newsletterDetails = [
“name” => $newPage->title()->value(),
…
but get Call to a member function title() on null in the modal.
How can I get the title in the hook, then?
(Couldn’t find anything helpful here or in the docs.)