Hi there,
i have file “entry.php” in snippets/includes and a simple Plugin with the same file. For some reason the file is not overwritten by the one in the Plugin.
I registered the snippet like that:
Kirby::plugin('khepri-design/custom-extension', [
'snippets' => [
'includes/entry' => __DIR__ . '/snippets/includes/entry.php',
],
]);
Any ideas?