send email v1

This commit is contained in:
isUnknown 2025-01-28 14:55:10 +01:00
parent fe4df9cbd3
commit afd3df123f
9 changed files with 258 additions and 63 deletions

View file

@ -7,6 +7,9 @@ Kirby::plugin('adrienpayet/send-button', [
'pageUri' => function () {
return $this->model()->uri();
},
'pageStatus' => function () {
return $this->model()->status();
},
]
]
]