✨ Rewrite for Kirby
This commit is contained in:
parent
07201d05de
commit
f854d60108
116 changed files with 4156 additions and 8875 deletions
12
site/plugins/kirby-highlighter/index.php
Normal file
12
site/plugins/kirby-highlighter/index.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
@include_once __DIR__ . '/vendor/autoload.php';
|
||||
|
||||
\Kirby\Cms\App::plugin('johannschopplich/highlighter', [
|
||||
'hooks' => require __DIR__ . '/extensions/hooks.php',
|
||||
'fieldMethods' => require __DIR__ . '/extensions/fieldmethods.php',
|
||||
'tags' => require __DIR__ . '/extensions/kirbytags.php',
|
||||
'snippets' => [
|
||||
'blocks/code' => __DIR__ . '/snippets/blocks/code.php'
|
||||
]
|
||||
]);
|
Loading…
Add table
Add a link
Reference in a new issue