Move more to v2

This commit is contained in:
James Cole
2023-07-23 08:26:12 +02:00
parent d11c36e476
commit 752a877b91
17 changed files with 145 additions and 31 deletions

View File

@@ -47,7 +47,7 @@ return [
|
*/
'view' => 'partials/layout/v4/breadcrumbs',
'view' => 'partials/layout/breadcrumbs',
/*
|--------------------------------------------------------------------------

View File

@@ -21,6 +21,12 @@
declare(strict_types=1);
$path = realpath(base_path('resources/views'));
if ('v2' === env('FIREFLY_III_LAYOUT')) {
$path = realpath(base_path('resources/views/v2'));
}
return [
/*
|--------------------------------------------------------------------------
@@ -33,9 +39,7 @@ return [
|
*/
'paths' => [
realpath(base_path('resources/views')),
],
'paths' => [$path,],
/*
|--------------------------------------------------------------------------