avancement connexion d'un événement avec Mapado
This commit is contained in:
parent
880cae624a
commit
1614f8682e
18 changed files with 81 additions and 49 deletions
13
site/plugins/mapado-check/index.php
Executable file
13
site/plugins/mapado-check/index.php
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
Kirby::plugin('getkirby/mapado-check', [
|
||||
'fields' => [
|
||||
'mapado-check' => [
|
||||
"props" => [
|
||||
"mapadoToken" => function() {
|
||||
return $this->model()->site()->mapadoToken()->value();
|
||||
}
|
||||
]
|
||||
]
|
||||
],
|
||||
]);
|
||||
Loading…
Add table
Add a link
Reference in a new issue