start event card content and add schedule method

This commit is contained in:
isUnknown 2024-07-31 07:19:10 +02:00
parent c1a94e832f
commit be549bba16
12 changed files with 102 additions and 11 deletions

View file

@ -38,5 +38,9 @@ return [
],
'hooks' => [
'page.update:after' => require_once(__DIR__ . '/hooks/update-mapado-event.php')
]
],
'date' => [
'handler' => 'intl'
],
'locale' => 'fr_FR.UTF-8'
];