actuel-inactuel/site/plugins/send-button/index.php
2024-10-16 08:53:53 +02:00

13 lines
219 B
PHP
Executable file

<?php
Kirby::plugin('adrienpayet/send-button', [
'fields' => [
'send-button' => [
'computed' => [
'pageUri' => function () {
return $this->model()->uri();
},
]
]
]
]);