We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa3549b commit 7284a2bCopy full SHA for 7284a2b
index.php
@@ -2,8 +2,11 @@
2
3
F::loadOnce(kirby()->root('site') . '/helpers.php');
4
5
-Kirby::plugin('hananils/missing-link', [
6
- 'collectionMethods' => F::load(kirby()->root('site') . '/methods/collection.php', []),
+Kirby::plugin('hananils/method-folder', [
+ 'collectionMethods' => F::load(
7
+ kirby()->root('site') . '/methods/collection.php',
8
+ []
9
+ ),
10
'fieldMethods' => F::load(kirby()->root('site') . '/methods/field.php', []),
11
'fileMethods' => F::load(kirby()->root('site') . '/methods/file.php', []),
12
'filesMethods' => F::load(kirby()->root('site') . '/methods/files.php', []),
0 commit comments