Initial commit

This commit is contained in:
KirbyCMS Deploy
2026-04-15 11:50:31 +00:00
commit 0a8c107828
1114 changed files with 203788 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<?php
use Kirby\Cms\App;
App::plugin('project/extended', []);
// helpers
if (!function_exists('icon')) {
function icon(string $type, array|string|null $class = null, array $attr = []): string
{
return snippet('icon', compact('type', 'class', 'attr'), true);
}
}

View File

@@ -0,0 +1 @@
panel.plugin("project/extended", {})