Skip to content

Commit b2a9bac

Browse files
committed
Remove default from twig name
1 parent 784233d commit b2a9bac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

modules/edw_paragraphs_tabs/edw_paragraphs_tabs.module

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ function edw_paragraphs_tabs_theme($existing, $type, $theme, $path) : array {
4646
'template' => 'paragraph--edw-tabs',
4747
'base hook' => 'paragraph',
4848
],
49-
'paragraph__edw_tab__default' => [
50-
'template' => 'paragraph--edw-tab--default',
49+
'paragraph__edw_tab' => [
50+
'template' => 'paragraph--edw-tab',
5151
'base hook' => 'paragraph',
5252
],
5353
'field__paragraph__field_paragraphs' => [

modules/edw_paragraphs_tabs/templates/paragraph--edw-tab--default.html.twig renamed to modules/edw_paragraphs_tabs/templates/paragraph--edw-tab.html.twig

File renamed without changes.

0 commit comments

Comments
 (0)