We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 663a4b2 commit 7d1a722Copy full SHA for 7d1a722
templates/widget/Block/Widget/${Widgetname}.php
@@ -16,7 +16,7 @@ class ${Widgetname} extends Template implements BlockInterface
16
/**
17
* @var string $_template
18
*/
19
- protected $_template = "widget/${widgetname}.phtml";
+ protected $_template = "${Vendorname}_${Modulename}::widget/${widgetname}.phtml";
20
21
// write your methods here...
22
}
0 commit comments