nouveau-theatre-de-besancon/site/plugins/mapado-check/index.php

13 lines
243 B
PHP
Executable file

<?php
Kirby::plugin('getkirby/mapado-check', [
'fields' => [
'mapado-check' => [
"props" => [
"mapadoToken" => function() {
return $this->model()->site()->mapadoToken()->value();
}
]
]
],
]);