Skip to content

Commit

Permalink
Update Twill source directories [WEB-2960]
Browse files Browse the repository at this point in the history
  • Loading branch information
zachgarwood committed Dec 4, 2024
1 parent cef9aeb commit c9fb8f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/twill/block_editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
],
[
Expand All @@ -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' => [
Expand Down

0 comments on commit c9fb8f1

Please sign in to comment.