Skip to content

Commit c995db4

Browse files
Refactored base eav attribute dialog hierarchy
1 parent 200e7c9 commit c995db4

16 files changed

+1023
-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)