update to kirby 4.8
This commit is contained in:
commit
7d7df341d1
636 changed files with 139949 additions and 0 deletions
10
site/plugins/backup-content-button/index.php
Normal file
10
site/plugins/backup-content-button/index.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
Kirby::plugin('adrienpayet/backup-content-button', [
|
||||
'fields' => [
|
||||
'backup-content-button' => [],
|
||||
],
|
||||
'routes' => [
|
||||
require_once __DIR__ . '/src/routes/zip-content.php',
|
||||
],
|
||||
]);
|
||||
Loading…
Add table
Add a link
Reference in a new issue