Initial commit
This commit is contained in:
13
kirby-baukasten-main/site/plugins/extended/index.php
Normal file
13
kirby-baukasten-main/site/plugins/extended/index.php
Normal 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);
|
||||
}
|
||||
}
|
||||
1
kirby-baukasten-main/site/plugins/extended/src/index.js
Normal file
1
kirby-baukasten-main/site/plugins/extended/src/index.js
Normal file
@@ -0,0 +1 @@
|
||||
panel.plugin("project/extended", {})
|
||||
Reference in New Issue
Block a user