diff --git a/config/twill/block_editor.php b/config/twill/block_editor.php index 055d34f1a2..7acca90a55 100644 --- a/config/twill/block_editor.php +++ b/config/twill/block_editor.php @@ -133,14 +133,14 @@ 'source' => A17\Twill\Services\Blocks\Block::SOURCE_TWILL, ], [ - 'path' => resource_path('views/admin/blocks'), + 'path' => resource_path('views/twill/blocks'), 'source' => A17\Twill\Services\Blocks\Block::SOURCE_APP, ], ], 'repeaters' => [ [ - 'path' => resource_path('views/admin/repeaters'), + 'path' => resource_path('views/twill/repeaters'), 'source' => A17\Twill\Services\Blocks\Block::SOURCE_APP, ], [ @@ -158,9 +158,9 @@ 'destination' => [ 'make_dir' => true, - 'blocks' => resource_path('views/admin/blocks'), + 'blocks' => resource_path('views/twill/blocks'), - 'repeaters' => resource_path('views/admin/repeaters'), + 'repeaters' => resource_path('views/twill/repeaters'), ], ], 'files' => [