Upgrade to rc5
This commit is contained in:
17
kirby/config/snippets.php
Executable file
17
kirby/config/snippets.php
Executable 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',
|
||||
];
|
Reference in New Issue
Block a user