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 eff7209 commit 83d5a5fCopy full SHA for 83d5a5f
src/com/magento/idea/magento2plugin/actions/CopyMagentoPath.java
@@ -25,7 +25,8 @@ public class CopyMagentoPath extends CopyPathProvider {
25
private final String[] templatePaths = {
26
"view/frontend/templates/",
27
"view/adminhtml/templates/",
28
- "view/base/templates/"
+ "view/base/templates/",
29
+ "templates/"
30
};
31
32
@Override
0 commit comments