Skip to content

Commit 6a5541c

Browse files
author
Vitaliy
authored
Merge pull request #561 from ProkopovVitaliy/560-eav-attribute-generation-refactoring
560 eav attribute generation refactoring
2 parents 200e7c9 + 424a66b commit 6a5541c

17 files changed

+1050
-540
lines changed

resources/META-INF/plugin.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,15 @@
7373
<action id="MagentoCreateADataModel" class="com.magento.idea.magento2plugin.actions.generation.NewDataModelAction" />
7474
<action id="MagentoMessageQueue" class="com.magento.idea.magento2plugin.actions.generation.NewMessageQueueAction" />
7575
<action id="NewDbSchema" class="com.magento.idea.magento2plugin.actions.generation.NewDbSchemaAction" />
76-
<action id="NewEavAttribute" class="com.magento.idea.magento2plugin.actions.generation.NewEavAttributeAction" />
7776
<add-to-group group-id="NewGroup" anchor="last"/>
7877
</group>
7978

79+
<!-- Eav Attribute generators -->
80+
<group id="NewEavAttributeGroup" class="com.magento.idea.magento2plugin.actions.groups.NewEavAttributeGroup" text="Magento 2 EAV Attribute" popup="true">
81+
<action id="NewEavAttribute" class="com.magento.idea.magento2plugin.actions.generation.eavattribute.NewProductEavAttributeAction" />
82+
<add-to-group group-id="MagentoNewModuleFileGroup" anchor="last"/>
83+
</group>
84+
8085
<!-- Complex generators -->
8186
<group id="MagentoNewGroup">
8287
<action id="Magento2NewModule" class="com.magento.idea.magento2plugin.actions.generation.NewModuleAction"/>

0 commit comments

Comments
 (0)