Skip to content

Commit 25fa458

Browse files
author
Vitaliy Boyko
committed
Fixed library root
1 parent 25bfa0a commit 25fa458

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

resources/META-INF/plugin.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,6 @@
185185
enabledByDefault="true" level="ERROR"
186186
implementationClass="com.magento.idea.magento2plugin.inspections.xml.AclResourceXmlInspection"/>
187187

188-
<libraryRoot id=".phpstorm.meta.php" path=".phpstorm.meta.php/" runtime="false"/>
189-
190188
<internalFileTemplate name="Magento Module Composer"/>
191189
<internalFileTemplate name="Magento Module Registration Php"/>
192190
<internalFileTemplate name="Magento Module Xml"/>
@@ -211,12 +209,15 @@
211209
<internalFileTemplate name="Magento Module Layout Xml"/>
212210
<internalFileTemplate name="Magento Module ACL XML"/>
213211

212+
<defaultLiveTemplates file="/liveTemplates/MagentoPWA.xml"/>
213+
214214
<postStartupActivity implementation="com.magento.idea.magento2plugin.project.startup.CheckIfMagentoPathIsValidActivity"/>
215215
</extensions>
216216

217217
<extensions defaultExtensionNs="com.jetbrains.php">
218218
<frameworkProjectConfigurableProvider implementation="com.magento.idea.magento2plugin.project.ConfigurableProvider"/>
219219
<frameworkUsageProvider implementation="com.magento.idea.magento2plugin.project.UsagesProvider"/>
220+
<libraryRoot id=".phpstorm.meta.php" path=".phpstorm.meta.php/" runtime="false"/>
220221
</extensions>
221222

222223
</idea-plugin>

0 commit comments

Comments
 (0)