Initial commit
This commit is contained in:
commit
1ff19bf38f
830 changed files with 159212 additions and 0 deletions
17
kirby/config/snippets.php
Normal file
17
kirby/config/snippets.php
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
|
||||
$blocksRoot = __DIR__ . '/blocks';
|
||||
|
||||
return [
|
||||
// blocks
|
||||
'blocks/code' => $blocksRoot . '/code/code.php',
|
||||
'blocks/gallery' => $blocksRoot . '/gallery/gallery.php',
|
||||
'blocks/heading' => $blocksRoot . '/heading/heading.php',
|
||||
'blocks/image' => $blocksRoot . '/image/image.php',
|
||||
'blocks/list' => $blocksRoot . '/list/list.php',
|
||||
'blocks/markdown' => $blocksRoot . '/markdown/markdown.php',
|
||||
'blocks/quote' => $blocksRoot . '/quote/quote.php',
|
||||
'blocks/table' => $blocksRoot . '/table/table.php',
|
||||
'blocks/text' => $blocksRoot . '/text/text.php',
|
||||
'blocks/video' => $blocksRoot . '/video/video.php',
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue